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

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 118 /// DiagStorage - Storage for args and ranges.
119 mutable Storage *DiagStorage;
126 if (DiagStorage)
127 return DiagStorage;
130 DiagStorage = Allocator->Allocate();
133 DiagStorage = new Storage;
135 return DiagStorage;
139 if (!DiagStorage)
143 Allocator->Deallocate(DiagStorage);
145 delete DiagStorage;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 55 milliseconds