clang API Documentation
#include <BugType.h>
Public Member Functions | |
BugType (class CheckName check, StringRef name, StringRef cat) | |
BugType (const CheckerBase *checker, StringRef name, StringRef cat) | |
virtual | ~BugType () |
StringRef | getName () const |
StringRef | getCategory () const |
StringRef | getCheckName () const |
bool | isSuppressOnSink () const |
void | setSuppressOnSink (bool x) |
virtual void | FlushReports (BugReporter &BR) |
clang::ento::BugType::BugType | ( | class CheckName | check, |
StringRef | name, | ||
StringRef | cat | ||
) | [inline] |
clang::ento::BugType::BugType | ( | const CheckerBase * | checker, |
StringRef | name, | ||
StringRef | cat | ||
) | [inline] |
virtual clang::ento::BugType::~BugType | ( | ) | [inline, virtual] |
void BugType::FlushReports | ( | BugReporter & | BR | ) | [virtual] |
Definition at line 2527 of file BugReporter.cpp.
StringRef clang::ento::BugType::getCategory | ( | ) | const [inline] |
StringRef clang::ento::BugType::getCheckName | ( | ) | const [inline] |
Definition at line 50 of file BugType.h.
References clang::ento::CheckName::getName().
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 55 of file BugType.h.
Referenced by FindReportInEquivalenceClass().
void clang::ento::BugType::setSuppressOnSink | ( | bool | x | ) | [inline] |