OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathDiagnosticConsumer
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
54
class
PathDiagnosticConsumer
{
85
PathDiagnosticConsumer
() : flushed(false) {}
86
virtual ~
PathDiagnosticConsumer
();
102
/// Return true if the
PathDiagnosticConsumer
supports individual
374
/// be displayed by the
PathDiagnosticConsumer
.
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
188
void
PathDiagnosticConsumer
::anchor() { }
190
PathDiagnosticConsumer
::~
PathDiagnosticConsumer
() {
198
void
PathDiagnosticConsumer
::HandlePathDiagnostic(PathDiagnostic *D) {
209
// If the
PathDiagnosticConsumer
does not support diagnostics that
430
void
PathDiagnosticConsumer
::FlushDiagnostics(
431
PathDiagnosticConsumer
::FilesMade *Files) {
462
void
PathDiagnosticConsumer
::FilesMade::addDiagnostic(const PathDiagnostic &PD,
484
PathDiagnosticConsumer
::PDFileEntry::ConsumerFiles *
485
PathDiagnosticConsumer
::FilesMade::getFiles(const PathDiagnostic &PD)
[
all
...]
Completed in 1554 milliseconds