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 125 mutable Storage *DiagStorage;
132 if (DiagStorage)
133 return DiagStorage;
136 DiagStorage = Allocator->Allocate();
139 DiagStorage = new Storage;
141 return DiagStorage;
145 if (!DiagStorage)
159 Allocator->Deallocate(DiagStorage);
161 delete DiagStorage;
162 DiagStorage = 0
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 276 milliseconds