Home
last modified time | relevance | path

Searched refs:astContext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp331 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local
340 astContext.getTypeSizeInChars(elemType), in computeOffset()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
375 bool isNoReturn(ASTContext &astContext) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp530 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument
532 : 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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8730 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local
8735 (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()