clang API Documentation

Public Member Functions
llvm::ilist_traits< clang::ento::BugReport > Struct Template Reference

#include <BugReporter.h>

Inheritance diagram for llvm::ilist_traits< clang::ento::BugReport >:
Inheritance graph
[legend]
Collaboration diagram for llvm::ilist_traits< clang::ento::BugReport >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

clang::ento::BugReportcreateSentinel () const
void destroySentinel (clang::ento::BugReport *) const
clang::ento::BugReportprovideInitialHead () const
clang::ento::BugReportensureHead (clang::ento::BugReport *) const

Detailed Description

template<>
struct llvm::ilist_traits< clang::ento::BugReport >

Definition at line 318 of file BugReporter.h.


Member Function Documentation

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.


The documentation for this struct was generated from the following file: