Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h31 InstallAPIVisitor(ASTContext &ASTCtx, InstallAPIContext &Ctx, in InstallAPIVisitor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
H A DLoopUnrolling.cpp248 ASTContext &ASTCtx = in isPossiblyEscaped() local
268 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll()
320 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h80 TraversalKindScope(ASTContext &ASTCtx, std::optional<TraversalKind> ScopeTK) in TraversalKindScope()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp78 void InstallAPIVisitor::HandleTranslationUnit(ASTContext &ASTCtx) { in HandleTranslationUnit()
141 const ASTContext &ASTCtx, ObjCContainerRecord *Record, StringRef SuperClass, in recordObjCInstanceVariables()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp347 const ASTContext &ASTCtx = Ctx->getASTContext(); in dump() local
H A DPointer.cpp386 const ASTContext &ASTCtx = Ctx.getASTContext(); in toRValue() local
H A DCompiler.cpp1609 static CharUnits AlignOfType(QualType T, const ASTContext &ASTCtx, in AlignOfType()
1636 const ASTContext &ASTCtx = Ctx.getASTContext(); in VisitUnaryExprOrTypeTraitExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp106 const auto &ASTCtx = Call.getState()->getStateManager().getContext(); in initIdentifierInfo() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, in AnalysisDeclContextManager()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp365 int countOptionalWrappers(const ASTContext &ASTCtx, QualType Type) { in countOptionalWrappers()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1427 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOMPDeclareVariantClauses() local
2229 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2574 void OMPTraitInfo::getAsVariantMatchInfo(ASTContext &ASTCtx, in getAsVariantMatchInfo()
2749 ASTContext &ASTCtx, std::function<void(StringRef)> &&DiagUnknownTrait, in TargetOMPContext()
H A DItaniumMangle.cpp4178 auto &ASTCtx = getASTContext(); in mangleType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1117 DeclContext *CurSemaContext, ASTContext &ASTCtx) { in adjustCVQualifiersForCXXThisWithinLambda()