Searched defs:BaseSubobjectInfoAllocator (Results 1 - 1 of 1) sorted by path

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp666 /// BaseSubobjectInfoAllocator - Allocator for BaseSubobjectInfo objects.
667 llvm::SpecificBumpPtrAllocator<BaseSubobjectInfo> BaseSubobjectInfoAllocator; member in class:__anon17744::RecordLayoutBuilder
861 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
864 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;

Completed in 194 milliseconds