OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLDiagnostics
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
1
//===---
HTMLDiagnostics
.cpp - HTML Diagnostics for Paths ----*- C++ -*-===//
10
// This file defines the
HTMLDiagnostics
object.
42
class
HTMLDiagnostics
: public PathDiagnosticConsumer {
48
HTMLDiagnostics
(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp);
50
~
HTMLDiagnostics
() override { FlushDiagnostics(nullptr); }
56
return "
HTMLDiagnostics
";
76
HTMLDiagnostics
::
HTMLDiagnostics
(AnalyzerOptions &AnalyzerOpts,
86
C.push_back(new
HTMLDiagnostics
(AnalyzerOpts, prefix, PP));
93
void
HTMLDiagnostics
::FlushDiagnosticsImpl
[
all
...]
Android.mk
39
HTMLDiagnostics
.cpp \
Completed in 68 milliseconds