clang API Documentation
#include <CoreEngine.h>
Public Member Functions | |
| iterator & | operator++ () |
| bool | operator!= (const iterator &X) const |
| bool | operator== (const iterator &X) const |
| const CaseStmt * | getCase () const |
| const CFGBlock * | getBlock () const |
Friends | |
| class | SwitchNodeBuilder |
Definition at line 496 of file CoreEngine.h.
| const CFGBlock* clang::ento::SwitchNodeBuilder::iterator::getBlock | ( | ) | const [inline] |
Definition at line 511 of file CoreEngine.h.
Referenced by clang::ento::SwitchNodeBuilder::generateCaseStmtNode().
| const CaseStmt* clang::ento::SwitchNodeBuilder::iterator::getCase | ( | ) | const [inline] |
Definition at line 507 of file CoreEngine.h.
| bool clang::ento::SwitchNodeBuilder::iterator::operator!= | ( | const iterator & | X | ) | const [inline] |
Definition at line 504 of file CoreEngine.h.
| iterator& clang::ento::SwitchNodeBuilder::iterator::operator++ | ( | ) | [inline] |
Definition at line 503 of file CoreEngine.h.
| bool clang::ento::SwitchNodeBuilder::iterator::operator== | ( | const iterator & | X | ) | const [inline] |
Definition at line 505 of file CoreEngine.h.
friend class SwitchNodeBuilder [friend] |
Definition at line 499 of file CoreEngine.h.