#include <BugType.h>
List of all members.
Detailed Description
Definition at line 28 of file BugType.h.
Constructor & Destructor Documentation
| clang::ento::BugType::BugType |
( |
StringRef |
name, |
|
|
StringRef |
cat |
|
) |
| [inline] |
| BugType::~BugType |
( |
| ) |
[virtual] |
Member Function Documentation
| void BugReporter::FlushReports |
( |
BugReporter & |
BR | ) |
[virtual] |
| StringRef clang::ento::BugType::getCategory |
( |
| ) |
const [inline] |
| StringRef clang::ento::BugType::getName |
( |
| ) |
const [inline] |
| bool clang::ento::BugType::isSuppressOnSink |
( |
| ) |
const [inline] |
isSuppressOnSink - Returns true if bug reports associated with this bug type should be suppressed if the end node of the report is post-dominated by a sink node.
Definition at line 45 of file BugType.h.
| void clang::ento::BugType::setSuppressOnSink |
( |
bool |
x | ) |
[inline] |
The documentation for this class was generated from the following files: