Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def31 …LYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticConsumer)
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp72 createHTMLDiagnosticConsumer(AnalyzerOpts, C, in createPlistHTMLDiagnosticConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp137 void ento::createHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts, in createHTMLDiagnosticConsumer() function in ento