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 mutable Storage *DiagStorage;
127 if (DiagStorage)
128 return DiagStorage;
131 DiagStorage = Allocator->Allocate();
134 DiagStorage = new Storage;
136 return DiagStorage;
140 if (!DiagStorage)
154 Allocator->Deallocate(DiagStorage);
156 delete DiagStorage;
157 DiagStorage = nullptr
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 126 milliseconds