Searched defs:AnalyzerOpts (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h104 AnalyzerOptionsRef AnalyzerOpts; member in class:clang::CompilerInvocation
124 CompilerInvocation() : AnalyzerOpts(new AnalyzerOptions()) {}
169 return AnalyzerOpts;
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp35 PlistDiagnostics(AnalyzerOptions &AnalyzerOpts,
59 PlistDiagnostics::PlistDiagnostics(AnalyzerOptions &AnalyzerOpts, argument
67 void ento::createPlistDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, argument
71 C.push_back(new PlistDiagnostics(AnalyzerOpts, s,
75 void ento::createPlistMultiFileDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, argument
79 C.push_back(new PlistDiagnostics(AnalyzerOpts, s,
H A DHTMLDiagnostics.cpp44 AnalyzerOptions &AnalyzerOpts; member in class:__anon18273::HTMLDiagnostics
46 HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp);
74 HTMLDiagnostics::HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, argument
77 : Directory(prefix), createdDir(false), noDir(false), PP(pp), AnalyzerOpts(AnalyzerOpts) {
80 void ento::createHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, argument
84 C.push_back(new HTMLDiagnostics(AnalyzerOpts, prefix, PP));
281 if (!AnalyzerOpts.shouldWriteStableReportFilename()) {
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp69 void ento::createPlistHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, argument
73 createHTMLDiagnosticConsumer(AnalyzerOpts, C,
75 createPlistDiagnosticConsumer(AnalyzerOpts, C, prefix, PP);
78 void ento::createTextPathDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, argument

Completed in 368 milliseconds