Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp60 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 DCMakeLists.txt33 HTMLDiagnostics.cpp
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
H A DMakefile35 HTMLDiagnostics.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn42 "HTMLDiagnostics.cpp",