Home
last modified time | relevance | path

Searched refs:InfoSlot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp920 BaseSubobjectInfo *&InfoSlot = VirtualBaseInfo[RD]; in ComputeBaseSubobjectInfo() local
921 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()