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

  /external/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 31 void CREATEFN(AnalyzerOptions &AnalyzerOpts,\
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 105 AnalyzerOptionsRef AnalyzerOpts;
125 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {}
173 return AnalyzerOpts;
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 35 PlistDiagnostics(AnalyzerOptions &AnalyzerOpts,
59 PlistDiagnostics::PlistDiagnostics(AnalyzerOptions &AnalyzerOpts,
67 void ento::createPlistDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
71 C.push_back(new PlistDiagnostics(AnalyzerOpts, s,
75 void ento::createPlistMultiFileDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
79 C.push_back(new PlistDiagnostics(AnalyzerOpts, s,
HTMLDiagnostics.cpp 46 AnalyzerOptions &AnalyzerOpts;
48 HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp);
76 HTMLDiagnostics::HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts,
79 : Directory(prefix), createdDir(false), noDir(false), PP(pp), AnalyzerOpts(AnalyzerOpts) {
82 void ento::createHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
86 C.push_back(new HTMLDiagnostics(AnalyzerOpts, prefix, PP));
294 if (!AnalyzerOpts.shouldWriteStableReportFilename()) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 72 void ento::createPlistHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
76 createHTMLDiagnosticConsumer(AnalyzerOpts, C,
78 createPlistDiagnosticConsumer(AnalyzerOpts, C, prefix, PP);
81 void ento::createTextPathDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
707 AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts();
708 bool hasModelPath = analyzerOpts->Config.count("model-path") > 0;
711 CI.getPreprocessor(), CI.getFrontendOpts().OutputFile, analyzerOpts,

Completed in 234 milliseconds