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

References

tools/clang/tools/extra/clangd/ParsedAST.cpp
  459   Total += AST.getASTAllocatedMemory();
  460   Total += AST.getSideTableAllocatedMemory();
  461   Total += AST.Idents.getAllocator().getTotalMemory();
  462   Total += AST.Selectors.getTotalMemory();
  464   Total += AST.getSourceManager().getContentCacheSize();
  465   Total += AST.getSourceManager().getDataStructureSizes();
  466   Total += AST.getSourceManager().getMemoryBufferSizes().malloc_bytes;
  468   if (ExternalASTSource *Ext = AST.getExternalSource())