Searched refs:HTMLDiagnostics (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 42 class HTMLDiagnostics : public PathDiagnosticConsumer { class 48 HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp); 50 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } in ~HTMLDiagnostics() 76 HTMLDiagnostics::HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, in HTMLDiagnostics() function in HTMLDiagnostics 86 C.push_back(new HTMLDiagnostics(AnalyzerOpts, prefix, PP)); in createHTMLDiagnosticConsumer() 93 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() 102 void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D, in ReportDiag() 347 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID, in HandlePiece() 570 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os, in ProcessMacroPiece() 598 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID, in HighlightRange()
|
D | CMakeLists.txt | 30 HTMLDiagnostics.cpp
|
D | Android.mk | 39 HTMLDiagnostics.cpp \
|