HomeSort by relevance Sort by last modified time
    Searched defs:StorageAllocator (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
Diagnostic.cpp     [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 83 class StorageAllocator {
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)

Completed in 159 milliseconds