|
clang
5.0.0
|
#include "clang/StaticAnalyzer/Core/BugReporter/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 358 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::const_iterator clang::ento::BugReportEquivClass::const_iterator |
Definition at line 377 of file BugReporter.h.
| typedef llvm::ilist<BugReport>::iterator clang::ento::BugReportEquivClass::iterator |
Definition at line 376 of file BugReporter.h.
|
inline |
Definition at line 368 of file BugReporter.h.
| BugReportEquivClass::~BugReportEquivClass | ( | ) |
Definition at line 2753 of file BugReporter.cpp.
|
inline |
Definition at line 379 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
|
inline |
Definition at line 382 of file BugReporter.h.
|
inline |
Definition at line 380 of file BugReporter.h.
Referenced by FindReportInEquivalenceClass().
|
inline |
Definition at line 383 of file BugReporter.h.
|
inline |
Definition at line 371 of file BugReporter.h.
|
friend |
Definition at line 362 of file BugReporter.h.
1.8.6