Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
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()
DModelInjector.cpp51 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in onBodySynthesis()
DAnalysisConsumer.cpp711 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in CreateAnalysisConsumer()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp371 : Loader(CI, CI.getAnalyzerOpts()->CTUDir, in ASTUnitStorage()
372 CI.getAnalyzerOpts()->CTUInvocationList), in ASTUnitStorage()
374 ? CI.getAnalyzerOpts()->CTUImportCppThreshold in ASTUnitStorage()
375 : CI.getAnalyzerOpts()->CTUImportThreshold) {} in ASTUnitStorage()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h249 AnalyzerOptionsRef getAnalyzerOpts() { in getAnalyzerOpts() function
250 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
DCompilerInvocation.h127 AnalyzerOptionsRef getAnalyzerOpts() const { return AnalyzerOpts; } in getAnalyzerOpts() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp242 AnalyzerOptions &AnOpts = *Clang->getAnalyzerOpts(); in ExecuteCompilerInvocation()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp126 AnalyzerOpts(new AnalyzerOptions(*X.getAnalyzerOpts())) {} in CompilerInvocationRefBase()
4378 ParseAnalyzerArgs(*Res.getAnalyzerOpts(), Args, Diags); in CreateFromArgsImpl()