Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DPartialDiagnostic.h83 class StorageAllocator {
90 StorageAllocator();
91 ~StorageAllocator();
128 StorageAllocator *Allocator;
138 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0))); in getStorage()
160 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0))) in freeStorageSlow()
192 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) in PartialDiagnostic()
214 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0))) in PartialDiagnostic()
220 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h43 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
53 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
/external/clang/lib/Basic/
DDiagnostic.cpp974 PartialDiagnostic::StorageAllocator::StorageAllocator() { in StorageAllocator() function in PartialDiagnostic::StorageAllocator
980 PartialDiagnostic::StorageAllocator::~StorageAllocator() { in ~StorageAllocator()
/external/clang/include/clang/AST/
DASTContext.h362 PartialDiagnostic::StorageAllocator DiagAllocator;
467 PartialDiagnostic::StorageAllocator &getDiagAllocator() { in getDiagAllocator()