Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DPartialDiagnostic.h78 class StorageAllocator {
85 StorageAllocator();
86 ~StorageAllocator();
123 StorageAllocator *Allocator;
133 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0))); in getStorage()
155 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0))) in freeStorageSlow()
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) in PartialDiagnostic()
204 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0))) in PartialDiagnostic()
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
/external/clang/lib/Basic/
DDiagnostic.cpp1002 PartialDiagnostic::StorageAllocator::StorageAllocator() { in StorageAllocator() function in PartialDiagnostic::StorageAllocator
1008 PartialDiagnostic::StorageAllocator::~StorageAllocator() { in ~StorageAllocator()
/external/clang/include/clang/AST/
DASTContext.h436 PartialDiagnostic::StorageAllocator DiagAllocator;
584 PartialDiagnostic::StorageAllocator &getDiagAllocator() { in getDiagAllocator()