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.
38
class
HTMLDiagnostics
: public PathDiagnosticConsumer {
43
HTMLDiagnostics
(const std::string& prefix, const Preprocessor &pp);
45
virtual ~
HTMLDiagnostics
() { FlushDiagnostics(NULL); }
51
return "
HTMLDiagnostics
";
71
HTMLDiagnostics
::
HTMLDiagnostics
(const std::string& prefix,
80
C.push_back(new
HTMLDiagnostics
(prefix, PP));
87
void
HTMLDiagnostics
::FlushDiagnosticsImpl
[
all
...]
Android.mk
36
HTMLDiagnostics
.cpp \
Completed in 42 milliseconds