Searched defs:ASTCtx (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, argument
H A DLoopWidening.cpp58 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); local
H A DLoopUnrolling.cpp231 ASTContext &ASTCtx = local
251 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, argument
303 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp21 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { argument
28 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { argument
85 initCollectiveIdentifiers(ASTContext &ASTCtx) argument
179 initAdditionalIdentifiers(ASTContext &ASTCtx) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h70 ASTContext &ASTCtx; member in class:clang::ParentMapContext
80 TraversalKindScope(ASTContext &ASTCtx, std::optional<TraversalKind> ScopeTK) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp161 const ASTContext &ASTCtx = Ctx->getASTContext(); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp35 auto &ASTCtx = Var->getASTContext(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp68 AnalysisDeclContextManager( ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, bool addInitializers, bool addTemporaryDtors, bool addLifetime, bool addLoopExit, bool addScopes, bool synthesizeBodies, bool addStaticInitBranch, bool addCXXNewAllocator, bool addRichCXXConstructors, bool markElidedCXXConstructors, bool addVirtualBaseBranches, CodeInjector *injector) argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp290 int countOptionalWrappers(const ASTContext &ASTCtx, QualType Type) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1118 adjustCVQualifiersForCXXThisWithinLambda( ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, DeclContext *CurSemaContext, ASTContext &ASTCtx) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1416 ASTContext &ASTCtx = Actions.getASTContext(); local
2221 ASTContext &ASTCtx = Actions.getASTContext(); local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4168 auto &ASTCtx = getASTContext(); local

Completed in 177 milliseconds