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

References

tools/clang/tools/libclang/CIndex.cpp
 8571     (unsigned long) astContext.getASTAllocatedMemory());
 8575     (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
 8579     (unsigned long) astContext.Selectors.getTotalMemory());
 8583     (unsigned long) astContext.getSideTableAllocatedMemory());
 8598           (unsigned long) astContext.getSourceManager().getContentCacheSize());
 8612                                (unsigned long) astContext.getSourceManager()
 8616   if (ExternalASTSource *esrc = astContext.getExternalSource()) {