Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp22 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()
DMPIFunctionClassifier.h26 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp75 const ASTContext *ASTCtx = Result.Context; in check() local
138 SourceLocation StaticAssertCheck::getLastParenLoc(const ASTContext *ASTCtx, in getLastParenLoc()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp190 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()
DAnalysisManager.cpp16 AnalysisManager::AnalysisManager(ASTContext &ASTCtx, Preprocessor &PP, in AnalysisManager()
DLoopWidening.cpp57 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext(); in getWidenedLoopState() local
/external/llvm-project/clang/include/clang/AST/
DParentMapContext.h79 TraversalKindScope(ASTContext &ASTCtx, llvm::Optional<TraversalKind> ScopeTK) in TraversalKindScope()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h25 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DExpectedTypeTest.cpp74 ASTContext &ASTCtx() { return AST->getASTContext(); } in ASTCtx() function in clang::clangd::__anon7498c3880111::ExpectedTypeConversionTest
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h154 ASTContext *ASTCtx; variable
DSymbolCollector.cpp211 const ASTContext &ASTCtx, in shouldCollectSymbol()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DUncountedLocalVarsChecker.cpp35 auto &ASTCtx = Var->getASTContext(); in isDeclaredInForOrIf() local
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp221 auto &ASTCtx = RenameDecl.getASTContext(); in renameable() local
398 auto &ASTCtx = RenameDecl.getASTContext(); in checkName() local
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp123 auto &ASTCtx = Ctx.getASTContext(); in getOrCreateDummy() local
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp416 llvm::Optional<QualType> getDeducedType(ASTContext &ASTCtx, in getDeducedType()
DCodeComplete.cpp506 ASTContext *ASTCtx; member
1847 bool isIndexedForCodeCompletion(const NamedDecl &ND, ASTContext &ASTCtx) { in isIndexedForCodeCompletion()
DHover.cpp554 HoverInfo getHoverContents(QualType T, ASTContext &ASTCtx, in getHoverContents()
DXRefs.cpp1469 static void fillSuperTypes(const CXXRecordDecl &CXXRD, ASTContext &ASTCtx, in fillSuperTypes()
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp69 ASTContext &ASTCtx, bool useUnoptimizedCFG, bool addImplicitDtors, in AnalysisDeclContextManager()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1393 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOMPDeclareVariantClauses() local
1882 ASTContext &ASTCtx = Actions.getASTContext(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp2125 void OMPTraitInfo::getAsVariantMatchInfo(ASTContext &ASTCtx, in getAsVariantMatchInfo()
2303 ASTContext &ASTCtx, std::function<void(StringRef)> &&DiagUnknownTrait, in TargetOMPContext()
DItaniumMangle.cpp3491 auto &ASTCtx = getASTContext(); in mangleType() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp444 CGBuilderTy &Builder, ASTContext &ASTCtx) { in GenOpenCLArgMetadata()
/external/clang/lib/Sema/
DSemaExprCXX.cpp877 DeclContext *CurSemaContext, ASTContext &ASTCtx) { in adjustCVQualifiersForCXXThisWithinLambda()

12