Searched defs:StorageAllocator (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h82 class StorageAllocator { class in class:clang::PartialDiagnostic
89 StorageAllocator();
90 ~StorageAllocator();
127 StorageAllocator *Allocator;
137 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
159 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
191 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
205 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
211 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator)
/external/clang/lib/Basic/
H A DDiagnostic.cpp973 PartialDiagnostic::StorageAllocator::StorageAllocator() { function in class:PartialDiagnostic::StorageAllocator
979 PartialDiagnostic::StorageAllocator::~StorageAllocator() {

Completed in 305 milliseconds