clang API Documentation
#include <BugReporter.h>


Public Member Functions | |
| clang::ento::BugReport * | createSentinel () const |
| void | destroySentinel (clang::ento::BugReport *) const |
| clang::ento::BugReport * | provideInitialHead () const |
| clang::ento::BugReport * | ensureHead (clang::ento::BugReport *) const |
Definition at line 318 of file BugReporter.h.
| clang::ento::BugReport* llvm::ilist_traits< clang::ento::BugReport >::createSentinel | ( | ) | const [inline] |
Definition at line 320 of file BugReporter.h.
| void llvm::ilist_traits< clang::ento::BugReport >::destroySentinel | ( | clang::ento::BugReport * | ) | const [inline] |
Definition at line 323 of file BugReporter.h.
| clang::ento::BugReport* llvm::ilist_traits< clang::ento::BugReport >::ensureHead | ( | clang::ento::BugReport * | ) | const [inline] |
Definition at line 328 of file BugReporter.h.
| clang::ento::BugReport* llvm::ilist_traits< clang::ento::BugReport >::provideInitialHead | ( | ) | const [inline] |
Definition at line 325 of file BugReporter.h.