Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp732 llvm::SpecificBumpPtrAllocator<BaseSubobjectInfo> BaseSubobjectInfoAllocator; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
927 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo; in ComputeBaseSubobjectInfo()
930 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo; in ComputeBaseSubobjectInfo()