/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIFunctionClassifier.cpp | 21 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()
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIFunctionClassifier.cpp | 22 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit() 29 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers() 86 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers() 180 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
|
D | MPIFunctionClassifier.h | 26 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | StaticAssertCheck.cpp | 75 const ASTContext *ASTCtx = Result.Context; in check() local 138 SourceLocation StaticAssertCheck::getLastParenLoc(const ASTContext *ASTCtx, in getLastParenLoc()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopUnrolling.cpp | 190 ASTContext &ASTCtx = in isPossiblyEscaped() local 209 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll() 261 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
|
D | AnalysisManager.cpp | 16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
|
D | LoopWidening.cpp | 57 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); in getWidenedLoopState() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | ParentMapContext.h | 79 TraversalKindScope(ASTContext &ASTCtx, llvm::Optional<TraversalKind> ScopeTK) in TraversalKindScope()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
D | MPIFunctionClassifier.h | 25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ExpectedTypeTest.cpp | 74 ASTContext &ASTCtx() { return AST->getASTContext(); } in ASTCtx() function in clang::clangd::__anon7498c3880111::ExpectedTypeConversionTest
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.h | 154 ASTContext *ASTCtx; variable
|
D | SymbolCollector.cpp | 211 const ASTContext &ASTCtx, in shouldCollectSymbol()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
D | UncountedLocalVarsChecker.cpp | 35 auto &ASTCtx = Var->getASTContext(); in isDeclaredInForOrIf() local
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 221 auto &ASTCtx = RenameDecl.getASTContext(); in renameable() local 398 auto &ASTCtx = RenameDecl.getASTContext(); in checkName() local
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Program.cpp | 123 auto &ASTCtx = Ctx.getASTContext(); in getOrCreateDummy() local
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 416 llvm::Optional<QualType> getDeducedType(ASTContext &ASTCtx, in getDeducedType()
|
D | CodeComplete.cpp | 506 ASTContext *ASTCtx; member 1847 bool isIndexedForCodeCompletion(const NamedDecl &ND, ASTContext &ASTCtx) { in isIndexedForCodeCompletion()
|
D | Hover.cpp | 554 HoverInfo getHoverContents(QualType T, ASTContext &ASTCtx, in getHoverContents()
|
D | XRefs.cpp | 1469 static void fillSuperTypes(const CXXRecordDecl &CXXRD, ASTContext &ASTCtx, in fillSuperTypes()
|
/external/llvm-project/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, in AnalysisDeclContextManager()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1393 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOMPDeclareVariantClauses() local 1882 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 2125 void OMPTraitInfo::getAsVariantMatchInfo(ASTContext &ASTCtx, in getAsVariantMatchInfo() 2303 ASTContext &ASTCtx, std::function<void(StringRef)> &&DiagUnknownTrait, in TargetOMPContext()
|
D | ItaniumMangle.cpp | 3491 auto &ASTCtx = getASTContext(); in mangleType() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 444 CGBuilderTy &Builder, ASTContext &ASTCtx) { in GenOpenCLArgMetadata()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 877 DeclContext *CurSemaContext, ASTContext &ASTCtx) { in adjustCVQualifiersForCXXThisWithinLambda()
|