Searched refs:HTMLDiagnostics (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 60 class HTMLDiagnostics : public PathDiagnosticConsumer { class 69 HTMLDiagnostics(PathDiagnosticConsumerOptions DiagOpts, in HTMLDiagnostics() function in __anon480ceb270111::HTMLDiagnostics 75 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } in ~HTMLDiagnostics() 154 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true)); in createHTMLDiagnosticConsumer() 169 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false)); in createHTMLSingleFileDiagnosticConsumer() 204 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() 211 void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D, in ReportDiag() 320 std::string HTMLDiagnostics::GenerateHTML(const PathDiagnostic& D, Rewriter &R, in GenerateHTML() 393 void HTMLDiagnostics::dumpCoverageData( in dumpCoverageData() 419 std::string HTMLDiagnostics::showRelevantLinesJavascript( in showRelevantLinesJavascript() [all …]
|
H A D | CMakeLists.txt | 33 HTMLDiagnostics.cpp
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/ |
H A D | Makefile | 35 HTMLDiagnostics.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/ |
H A D | BUILD.gn | 42 "HTMLDiagnostics.cpp",
|