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

References

tools/clang/include/clang/Basic/IdentifierTable.h
  532     void *Mem = getAllocator().Allocate<IdentifierInfo>();
  563     void *Mem = getAllocator().Allocate<IdentifierInfo>();
tools/clang/tools/extra/clangd/ParsedAST.cpp
  461   Total += AST.Idents.getAllocator().getTotalMemory();
tools/clang/tools/libclang/CIndex.cpp
 8575     (unsigned long) astContext.Idents.getAllocator().getTotalMemory());