Searched refs:astContext (Results 1 – 4 of 4) sorted by relevance
280 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local289 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()3863 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()3874 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()3887 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()3905 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const { in isNoReturn()3906 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
7204 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local7208 (unsigned long) astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()7212 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()7216 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()7220 (unsigned long) astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()7235 (unsigned long) astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()7249 (unsigned long) astContext.getSourceManager() in clang_getCXTUResourceUsage()7253 if (ExternalASTSource *esrc = astContext.getExternalSource()) { in clang_getCXTUResourceUsage()