Searched refs:InfoSlot (Results 1 – 1 of 1) sorted by relevance
870 BaseSubobjectInfo *&InfoSlot = VirtualBaseInfo[RD]; in ComputeBaseSubobjectInfo() local871 if (InfoSlot) { in ComputeBaseSubobjectInfo()872 assert(InfoSlot->Class == RD && "Wrong class for virtual base info!"); in ComputeBaseSubobjectInfo()873 return InfoSlot; in ComputeBaseSubobjectInfo()877 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo; in ComputeBaseSubobjectInfo()878 Info = InfoSlot; in ComputeBaseSubobjectInfo()