Searched refs:InfoSlot (Results 1 – 1 of 1) sorted by relevance
920 BaseSubobjectInfo *&InfoSlot = VirtualBaseInfo[RD]; in ComputeBaseSubobjectInfo() local921 if (InfoSlot) { in ComputeBaseSubobjectInfo()922 assert(InfoSlot->Class == RD && "Wrong class for virtual base info!"); in ComputeBaseSubobjectInfo()923 return InfoSlot; in ComputeBaseSubobjectInfo()927 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo; in ComputeBaseSubobjectInfo()928 Info = InfoSlot; in ComputeBaseSubobjectInfo()