|
clang
3.8.0
|
#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.
|
inline |
Definition at line 353 of file BugReporter.h.
| BugReportEquivClass::~BugReportEquivClass | ( | ) |
Definition at line 2733 of file BugReporter.cpp.
|
inline |
Definition at line 364 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
|
inline |
Definition at line 367 of file BugReporter.h.
|
inline |
Definition at line 365 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
|
inline |
Definition at line 368 of file BugReporter.h.
|
inline |
Definition at line 356 of file BugReporter.h.
|
friend |
Definition at line 347 of file BugReporter.h.
1.8.6