Searched refs:astContext (Results 1 – 4 of 4) sorted by relevance
290 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local291 if (!IsCompleteType(astContext, elemType)) in computeOffset()299 astContext.getTypeSizeInChars(elemType), in computeOffset()
336 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument338 : Context(astContext), cfg(new CFG()), // crew a new CFG in CFGBuilder()3705 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl()3716 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()3729 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()3747 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const { in isNoReturn()3748 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;181 bool isNoReturn(ASTContext &astContext) const;
6640 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local6644 (unsigned long) astContext.getASTAllocatedMemory()); in clang_getCXTUResourceUsage()6648 (unsigned long) astContext.Idents.getAllocator().getTotalMemory()); in clang_getCXTUResourceUsage()6652 (unsigned long) astContext.Selectors.getTotalMemory()); in clang_getCXTUResourceUsage()6656 (unsigned long) astContext.getSideTableAllocatedMemory()); in clang_getCXTUResourceUsage()6671 (unsigned long) astContext.getSourceManager().getContentCacheSize()); in clang_getCXTUResourceUsage()6685 (unsigned long) astContext.getSourceManager() in clang_getCXTUResourceUsage()6689 if (ExternalASTSource *esrc = astContext.getExternalSource()) { in clang_getCXTUResourceUsage()