Searched refs:astContext (Results 1 – 8 of 8) sorted by relevance
280 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local289 astContext.getTypeSizeInChars(elemType), in computeOffset()
331 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local340 astContext.getTypeSizeInChars(elemType), in computeOffset()
180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;181 bool isNoReturn(ASTContext &astContext) const;
413 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument415 : Context(astContext), cfg(new CFG()), // crew a new CFG in CFGBuilder()3895 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()3906 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()3919 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()3937 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const { in isNoReturn()3938 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;375 bool isNoReturn(ASTContext &astContext) const;
7628 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local7632 (unsigned long) astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()7636 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()7640 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()7644 (unsigned long) astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()7659 (unsigned long) astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()7673 (unsigned long) astContext.getSourceManager() in clang_getCXTUResourceUsage()7677 if (ExternalASTSource *esrc = astContext.getExternalSource()) { in clang_getCXTUResourceUsage()
530 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument532 : Context(astContext), cfg(new CFG()), // crew a new CFG in CFGBuilder()4999 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()5026 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()5043 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
8678 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local8683 (unsigned long)astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()8688 (unsigned long)astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()8693 (unsigned long)astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()8698 (unsigned long)astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()8712 (unsigned long)astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()8726 (unsigned long)astContext.getSourceManager().getDataStructureSizes()); in clang_getCXTUResourceUsage()8729 if (ExternalASTSource *esrc = astContext.getExternalSource()) { in clang_getCXTUResourceUsage()