clang API Documentation
#include <CoreEngine.h>
Public Member Functions | |
iterator & | operator++ () |
bool | operator!= (const iterator &X) const |
const LabelDecl * | getLabel () const |
const CFGBlock * | getBlock () const |
Friends | |
class | IndirectGotoNodeBuilder |
Definition at line 456 of file CoreEngine.h.
const CFGBlock* clang::ento::IndirectGotoNodeBuilder::iterator::getBlock | ( | ) | const [inline] |
Definition at line 470 of file CoreEngine.h.
Referenced by clang::ento::IndirectGotoNodeBuilder::generateNode().
const LabelDecl* clang::ento::IndirectGotoNodeBuilder::iterator::getLabel | ( | ) | const [inline] |
Definition at line 466 of file CoreEngine.h.
bool clang::ento::IndirectGotoNodeBuilder::iterator::operator!= | ( | const iterator & | X | ) | const [inline] |
Definition at line 464 of file CoreEngine.h.
iterator& clang::ento::IndirectGotoNodeBuilder::iterator::operator++ | ( | ) | [inline] |
Definition at line 463 of file CoreEngine.h.
friend class IndirectGotoNodeBuilder [friend] |
Definition at line 459 of file CoreEngine.h.