OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnalyzerOpts
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h
31
void create ## NAME ## DiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,\
/external/clang/include/clang/Frontend/
CompilerInvocation.h
102
AnalyzerOptionsRef
AnalyzerOpts
;
122
CompilerInvocation() :
AnalyzerOpts
(new AnalyzerOptions()) {}
167
return
AnalyzerOpts
;
/external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
37
PlistDiagnostics(AnalyzerOptions &
AnalyzerOpts
,
60
PlistDiagnostics::PlistDiagnostics(AnalyzerOptions &
AnalyzerOpts
,
68
void ento::createPlistDiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,
72
C.push_back(new PlistDiagnostics(
AnalyzerOpts
, s,
76
void ento::createPlistMultiFileDiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,
80
C.push_back(new PlistDiagnostics(
AnalyzerOpts
, s,
TextPathDiagnostics.cpp
49
void ento::createTextPathDiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,
HTMLDiagnostics.cpp
76
void ento::createHTMLDiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
69
static void createPlistHTMLDiagnosticConsumer(AnalyzerOptions &
AnalyzerOpts
,
73
createHTMLDiagnosticConsumer(
AnalyzerOpts
, C,
75
createPlistDiagnosticConsumer(
AnalyzerOpts
, C, prefix, PP);
Completed in 90 milliseconds