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

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 79 class StorageAllocator {
86 StorageAllocator();
87 ~StorageAllocator();
124 StorageAllocator *Allocator;
134 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
156 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
182 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
196 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
202 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator)
  /external/clang/lib/Basic/
Diagnostic.cpp 866 PartialDiagnostic::StorageAllocator::StorageAllocator() {
872 PartialDiagnostic::StorageAllocator::~StorageAllocator() {

Completed in 30 milliseconds