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 502 of file CoreEngine.h.
| const CFGBlock* clang::ento::SwitchNodeBuilder::iterator::getBlock | ( | ) | const [inline] |
Definition at line 517 of file CoreEngine.h.
Referenced by clang::ento::SwitchNodeBuilder::generateCaseStmtNode().
| const CaseStmt* clang::ento::SwitchNodeBuilder::iterator::getCase | ( | ) | const [inline] |
Definition at line 513 of file CoreEngine.h.
Definition at line 510 of file CoreEngine.h.
| iterator& clang::ento::SwitchNodeBuilder::iterator::operator++ | ( | ) | [inline] |
Definition at line 509 of file CoreEngine.h.
Definition at line 511 of file CoreEngine.h.
friend class SwitchNodeBuilder [friend] |
Definition at line 505 of file CoreEngine.h.