clang API Documentation
#include <BugReporter.h>


Public Types | |
| typedef llvm::ilist< BugReport > ::iterator | iterator |
| typedef llvm::ilist< BugReport > ::const_iterator | const_iterator |
Public Member Functions | |
| BugReportEquivClass (std::unique_ptr< BugReport > R) | |
| ~BugReportEquivClass () | |
| void | Profile (llvm::FoldingSetNodeID &ID) const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Friends | |
| class | BugReporter |
Definition at line 343 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::const_iterator clang::ento::BugReportEquivClass::const_iterator |
Definition at line 362 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::iterator clang::ento::BugReportEquivClass::iterator |
Definition at line 361 of file BugReporter.h.
| clang::ento::BugReportEquivClass::BugReportEquivClass | ( | std::unique_ptr< BugReport > | R | ) | [inline] |
Definition at line 353 of file BugReporter.h.
Definition at line 2738 of file BugReporter.cpp.
| iterator clang::ento::BugReportEquivClass::begin | ( | ) | [inline] |
Definition at line 364 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
| const_iterator clang::ento::BugReportEquivClass::begin | ( | ) | const [inline] |
Definition at line 367 of file BugReporter.h.
| iterator clang::ento::BugReportEquivClass::end | ( | ) | [inline] |
Definition at line 365 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
| const_iterator clang::ento::BugReportEquivClass::end | ( | ) | const [inline] |
Definition at line 368 of file BugReporter.h.
| void clang::ento::BugReportEquivClass::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [inline] |
Definition at line 356 of file BugReporter.h.
friend class BugReporter [friend] |
Definition at line 347 of file BugReporter.h.