Lines Matching defs:astContext
1391 ASTContext &Context = AU->getASTContext();
5315 str = "ASTContext: expressions, declarations, and types";
5318 str = "ASTContext: identifiers";
5321 str = "ASTContext: selectors";
5330 str = "ASTContext: side tables";
5362 ASTContext &astContext = astUnit->getASTContext();
5366 (unsigned long) astContext.getASTAllocatedMemory());
5370 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
5374 (unsigned long) astContext.Selectors.getTotalMemory());
5376 // How much memory is used by ASTContext's side tables?
5378 (unsigned long) astContext.getSideTableAllocatedMemory());
5393 (unsigned long) astContext.getSourceManager().getContentCacheSize());
5407 if (ExternalASTSource *esrc = astContext.getExternalSource()) {