Home
last modified time | relevance | path

Searched defs:ASTCtx (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp21 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit()
28 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers()
85 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers()
179 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
H A DLoopUnrolling.cpp231 ASTContext &ASTCtx = isPossiblyEscaped() local
251 shouldCompletelyUnroll(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned & maxStep) shouldCompletelyUnroll() argument
303 updateLoopStack(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned maxVisitOnPath) updateLoopStack() argument
H A DLoopWidening.cpp58 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); in getWidenedLoopState() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h80 TraversalKindScope(ASTContext &ASTCtx, std::optional<TraversalKind> ScopeTK) in TraversalKindScope() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp161 const ASTContext &ASTCtx = Ctx->getASTContext(); dump() local
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp35 auto &ASTCtx = Var->getASTContext(); isDeclaredInForOrIf() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, in AnalysisDeclContextManager()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp290 countOptionalWrappers(const ASTContext & ASTCtx,QualType Type) countOptionalWrappers() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1416 ASTContext &ASTCtx = Actions.getASTContext(); ParseOMPDeclareVariantClauses() local
2221 ASTContext &ASTCtx = Actions.getASTContext(); ParseOpenMPDeclarativeDirectiveWithExtDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2572 getAsVariantMatchInfo(ASTContext & ASTCtx,VariantMatchInfo & VMI) const getAsVariantMatchInfo() argument
2747 TargetOMPContext(ASTContext & ASTCtx,std::function<void (StringRef)> && DiagUnknownTrait,const FunctionDecl * CurrentFunctionDecl,ArrayRef<llvm::omp::TraitProperty> ConstructTraits) TargetOMPContext() argument
H A DItaniumMangle.cpp4168 auto &ASTCtx = getASTContext(); mangleType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1120 adjustCVQualifiersForCXXThisWithinLambda(ArrayRef<FunctionScopeInfo * > FunctionScopes,QualType ThisTy,DeclContext * CurSemaContext,ASTContext & ASTCtx) adjustCVQualifiersForCXXThisWithinLambda() argument