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

  /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)
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 43 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
53 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
  /external/clang/lib/Basic/
Diagnostic.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 387 PartialDiagnostic::StorageAllocator DiagAllocator;
477 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]

Completed in 151 milliseconds