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 78 class StorageAllocator {
85 StorageAllocator();
86 ~StorageAllocator();
123 StorageAllocator *Allocator;
133 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
155 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
204 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator)

Completed in 152 milliseconds