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 120 /// DiagStorage - Storage for args and ranges.
121 mutable Storage *DiagStorage;
128 if (DiagStorage)
129 return DiagStorage;
132 DiagStorage = Allocator->Allocate();
135 DiagStorage = new Storage;
137 return DiagStorage;
141 if (!DiagStorage)
155 Allocator->Deallocate(DiagStorage);
157 delete DiagStorage;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 27 milliseconds