Searched refs:astContext (Results 1 – 4 of 4) sorted by relevance
331 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local340 astContext.getTypeSizeInChars(elemType), in computeOffset()
374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;375 bool isNoReturn(ASTContext &astContext) const;
530 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument532 : Context(astContext), cfg(new CFG()), // crew a new CFG in CFGBuilder()5005 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()5032 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()5049 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
8730 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local8735 (unsigned long)astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()8740 (unsigned long)astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()8745 (unsigned long)astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()8750 (unsigned long)astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()8764 (unsigned long)astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()8778 (unsigned long)astContext.getSourceManager().getDataStructureSizes()); in clang_getCXTUResourceUsage()8781 if (ExternalASTSource *esrc = astContext.getExternalSource()) { in clang_getCXTUResourceUsage()