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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp689 /// BaseSubobjectInfoAllocator - Allocator for BaseSubobjectInfo objects.
690 llvm::SpecificBumpPtrAllocator<BaseSubobjectInfo> BaseSubobjectInfoAllocator; member in class:__anon3654::RecordLayoutBuilder
903 InfoSlot = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;
906 Info = new (BaseSubobjectInfoAllocator.Allocate()) BaseSubobjectInfo;

Completed in 30 milliseconds