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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 104 AnalyzerOptionsRef AnalyzerOpts;
124 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {}
169 return AnalyzerOpts;
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 44 AnalyzerOptions &AnalyzerOpts;
46 HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp);
74 HTMLDiagnostics::HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts,
77 : Directory(prefix), createdDir(false), noDir(false), PP(pp), AnalyzerOpts(AnalyzerOpts) {
80 void ento::createHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
84 C.push_back(new HTMLDiagnostics(AnalyzerOpts, prefix, PP));
281 if (!AnalyzerOpts.shouldWriteStableReportFilename()) {

Completed in 294 milliseconds