Searched refs:getAnalyzerOpts (Results 1 – 5 of 5) sorted by relevance
20 CI.getAnalyzerOpts(), in CreateASTConsumer()
168 AnalyzerOptionsRef getAnalyzerOpts() const { in getAnalyzerOpts() function
224 AnalyzerOptionsRef getAnalyzerOpts() { in getAnalyzerOpts() function225 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
227 if (Clang->getAnalyzerOpts()->ShowCheckerHelp) { in ExecuteCompilerInvocation()
1815 Success = ParseAnalyzerArgs(*Res.getAnalyzerOpts(), *Args, Diags) && Success; in CreateFromArgs()