#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
Definition at line 55 of file PathDiagnostic.h.
◆ PathGenerationScheme
Enumerator |
---|
None | |
Minimal | |
Extensive | |
AlternateExtensive | |
Definition at line 104 of file PathDiagnostic.h.
◆ PathDiagnosticConsumer()
clang::ento::PathDiagnosticConsumer::PathDiagnosticConsumer |
( |
| ) |
|
|
inline |
◆ ~PathDiagnosticConsumer()
PathDiagnosticConsumer::~PathDiagnosticConsumer |
( |
| ) |
|
|
virtual |
◆ FlushDiagnostics()
◆ FlushDiagnosticsImpl()
virtual void clang::ento::PathDiagnosticConsumer::FlushDiagnosticsImpl |
( |
std::vector< const PathDiagnostic *> & |
Diags, |
|
|
FilesMade * |
filesMade |
|
) |
| |
|
pure virtual |
◆ getGenerationScheme()
◆ getName()
virtual StringRef clang::ento::PathDiagnosticConsumer::getName |
( |
| ) |
const |
|
pure virtual |
◆ HandlePathDiagnostic()
void PathDiagnosticConsumer::HandlePathDiagnostic |
( |
std::unique_ptr< PathDiagnostic > |
D | ) |
|
◆ supportsCrossFileDiagnostics()
virtual bool clang::ento::PathDiagnosticConsumer::supportsCrossFileDiagnostics |
( |
| ) |
const |
|
inlinevirtual |
◆ supportsLogicalOpControlFlow()
virtual bool clang::ento::PathDiagnosticConsumer::supportsLogicalOpControlFlow |
( |
| ) |
const |
|
inlinevirtual |
◆ Diags
llvm::FoldingSet<PathDiagnostic> clang::ento::PathDiagnosticConsumer::Diags |
|
protected |
◆ flushed
bool clang::ento::PathDiagnosticConsumer::flushed |
|
protected |
The documentation for this class was generated from the following files: