Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp64 class HTMLDiagnostics : public PathDiagnosticConsumer { class
74 HTMLDiagnostics(PathDiagnosticConsumerOptions DiagOpts, in HTMLDiagnostics() function in __anonde1af1120111::HTMLDiagnostics
80 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } in ~HTMLDiagnostics()
242 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl()
261 void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D, in ReportDiag()
455 void HTMLDiagnostics::dumpCoverageData( in dumpCoverageData()
481 std::string HTMLDiagnostics::showRelevantLinesJavascript( in showRelevantLinesJavascript()
701 StringRef HTMLDiagnostics::showHelpJavascript() { in showHelpJavascript()
1123 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os, in ProcessMacroPiece()
1229 unsigned HTMLDiagnostics::ProcessControlFlowPiece( in ProcessControlFlowPiece()
[all …]
/freebsd-14.2/lib/clang/libclang/
H A DMakefile765 SRCS_FUL+= StaticAnalyzer/Core/HTMLDiagnostics.cpp