Home
last modified time | relevance | path

Searched refs:HTMLDiagnostics (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp64 class HTMLDiagnostics : public PathDiagnosticConsumer { class
73 HTMLDiagnostics(PathDiagnosticConsumerOptions DiagOpts, in HTMLDiagnostics() function in __anonbb4d0ff30111::HTMLDiagnostics
79 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } in ~HTMLDiagnostics()
191 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true)); in createHTMLDiagnosticConsumer()
206 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false)); in createHTMLSingleFileDiagnosticConsumer()
241 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl()
260 void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D, in ReportDiag()
370 std::string HTMLDiagnostics::GenerateHTML(const PathDiagnostic& D, Rewriter &R, in GenerateHTML()
443 void HTMLDiagnostics::dumpCoverageData( in dumpCoverageData()
469 std::string HTMLDiagnostics::showRelevantLinesJavascript( in showRelevantLinesJavascript()
[all …]
H A DCMakeLists.txt34 HTMLDiagnostics.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn43 "HTMLDiagnostics.cpp",