HomeSort by relevance Sort by last modified time
    Searched defs:getAnalyzerOpts (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 159 AnalyzerOptions &getAnalyzerOpts() { return AnalyzerOpts; }
160 const AnalyzerOptions &getAnalyzerOpts() const {
CompilerInstance.h 192 AnalyzerOptions &getAnalyzerOpts() {
193 return Invocation->getAnalyzerOpts();
195 const AnalyzerOptions &getAnalyzerOpts() const {
196 return Invocation->getAnalyzerOpts();

Completed in 469 milliseconds