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

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

Completed in 430 milliseconds