reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DependentDiagnostic.h
  103                       PartialDiagnostic::Storage *Storage)
tools/clang/include/clang/Basic/PartialDiagnostic.h
   87     Storage Cached[NumCached];
   88     Storage *FreeList[NumCached];
   96     Storage *Allocate() {
   98         return new Storage;
  100       Storage *Result = FreeList[--NumFreeListEntries];
  108     void Deallocate(Storage *S) {
  127   mutable Storage *DiagStorage = nullptr;
  133   Storage *getStorage() const {
  141       DiagStorage = new Storage;
  208   PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage)
tools/clang/lib/AST/DeclBase.cpp
 1971   PartialDiagnostic::Storage *DiagStorage = nullptr;
 1973     DiagStorage = new (C) PartialDiagnostic::Storage;