Searched refs:getAnalyzerOpts (Results 1 – 6 of 6) sorted by relevance
240 if (Clang->getAnalyzerOpts()->ShowCheckerHelp) { in ExecuteCompilerInvocation()247 if (Clang->getAnalyzerOpts()->ShowEnabledCheckerList) { in ExecuteCompilerInvocation()250 *Clang->getAnalyzerOpts(), in ExecuteCompilerInvocation()255 if (Clang->getAnalyzerOpts()->ShowConfigOptionsList) { in ExecuteCompilerInvocation()
50 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in onBodySynthesis()
764 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts(); in CreateAnalysisConsumer()
190 AnalyzerOptionsRef getAnalyzerOpts() const { return AnalyzerOpts; } in getAnalyzerOpts() function
261 AnalyzerOptionsRef getAnalyzerOpts() { in getAnalyzerOpts() function262 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
3262 Success &= ParseAnalyzerArgs(*Res.getAnalyzerOpts(), Args, Diags); in CreateFromArgs()