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 (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 251 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::const_iterator clang::ento::BugReportEquivClass::const_iterator |
Definition at line 267 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::iterator clang::ento::BugReportEquivClass::iterator |
Definition at line 266 of file BugReporter.h.
| clang::ento::BugReportEquivClass::BugReportEquivClass | ( | BugReport * | R | ) | [inline] |
Definition at line 258 of file BugReporter.h.
| BugReportEquivClass::~BugReportEquivClass | ( | ) |
Definition at line 1491 of file BugReporter.cpp.
| iterator clang::ento::BugReportEquivClass::begin | ( | ) | [inline] |
Definition at line 269 of file BugReporter.h.
| const_iterator clang::ento::BugReportEquivClass::begin | ( | ) | const [inline] |
Definition at line 272 of file BugReporter.h.
| iterator clang::ento::BugReportEquivClass::end | ( | ) | [inline] |
Definition at line 270 of file BugReporter.h.
| const_iterator clang::ento::BugReportEquivClass::end | ( | ) | const [inline] |
Definition at line 273 of file BugReporter.h.
| void clang::ento::BugReportEquivClass::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [inline] |
Definition at line 261 of file BugReporter.h.
friend class BugReporter [friend] |
Definition at line 255 of file BugReporter.h.