Home
last modified time | relevance | path

Searched refs:getAnalyzerOpts (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp33 *CI.getAnalyzerOpts(), CI.getLangOpts(), CI.getDiagnostics(), in printCheckerHelp()
37 *CI.getAnalyzerOpts(), out); in printCheckerHelp()
44 *CI.getAnalyzerOpts(), CI.getLangOpts(), CI.getDiagnostics(), in printEnabledCheckerList()
53 *CI.getAnalyzerOpts(), CI.getLangOpts(), CI.getDiagnostics(), in printCheckerConfigList()
57 *CI.getAnalyzerOpts(), out); in printCheckerConfigList()
H A DModelInjector.cpp51 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in onBodySynthesis()
H A DAnalysisConsumer.cpp761 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in CreateAnalysisConsumer()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp104 A.getAnalyzerOpts()->Config["Key"] = "Old"; in TEST()
107 B.getAnalyzerOpts()->Config["Key"] = "New"; in TEST()
109 ASSERT_EQ(A.getAnalyzerOpts()->Config["Key"], "Old"); in TEST()
114 A.getAnalyzerOpts()->Config["Key"] = "Old"; in TEST()
118 B.getAnalyzerOpts()->Config["Key"] = "New"; in TEST()
120 ASSERT_EQ(A.getAnalyzerOpts()->Config["Key"], "Old"); in TEST()
961 ASSERT_EQ(Invocation.getAnalyzerOpts()->Config["ctu-import-threshold"], "42"); in TEST_F()
962 ASSERT_TRUE(Invocation.getAnalyzerOpts()->UnoptimizedCFG); in TEST_F()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DReusables.h61 ChkMgr(C.getASTContext(), *C.getAnalyzerOpts(), C.getPreprocessor()), in ExprEngineConsumer()
65 *C.getAnalyzerOpts()), in ExprEngineConsumer()
H A DBugReportInterestingnessTest.cpp121 Compiler.getAnalyzerOpts()->CheckersAndPackages = { in CreateASTConsumer()
H A DCheckerRegistration.h102 addChecker<Fns...>(*AnalysisConsumer, *Compiler.getAnalyzerOpts()); in CreateASTConsumer()
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp129 CI.getAnalyzerOpts()->CTUImportThreshold = OverrideLimit; in CreateASTConsumer()
130 CI.getAnalyzerOpts()->CTUImportCppThreshold = OverrideLimit; in CreateASTConsumer()
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp395 : Loader(CI, CI.getAnalyzerOpts()->CTUDir, in ASTUnitStorage()
396 CI.getAnalyzerOpts()->CTUInvocationList), in ASTUnitStorage()
398 ? CI.getAnalyzerOpts()->CTUImportCppThreshold in ASTUnitStorage()
399 : CI.getAnalyzerOpts()->CTUImportThreshold) {} in ASTUnitStorage()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h250 AnalyzerOptionsRef getAnalyzerOpts() { in getAnalyzerOpts() function
251 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
H A DCompilerInvocation.h132 AnalyzerOptionsRef getAnalyzerOpts() const { return AnalyzerOpts; } in getAnalyzerOpts() function
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp230 AnalyzerOptions &AnOpts = *Clang->getAnalyzerOpts(); in ExecuteCompilerInvocation()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp439 AnalyzerOptionsRef AnalyzerOptions = Compiler.getAnalyzerOpts(); in createASTConsumer()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp142 AnalyzerOpts(new AnalyzerOptions(*X.getAnalyzerOpts())) {} in CompilerInvocationRefBase()
4460 ParseAnalyzerArgs(*Res.getAnalyzerOpts(), Args, Diags); in CreateFromArgsImpl()