Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp870 BaseSubobjectInfo *&InfoSlot = VirtualBaseInfo[RD]; in ComputeBaseSubobjectInfo() local
871 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()