clang API Documentation
#include <CFG.h>
Public Types | |
| typedef const CFGBlock | value_type |
| typedef value_type & | reference |
| typedef value_type * | pointer |
| typedef BumpVector< CFGBlock * > ::const_iterator | ImplTy |
Public Member Functions | |
| const_graph_iterator (const ImplTy &i) | |
| bool | operator== (const const_graph_iterator &X) const |
| bool | operator!= (const const_graph_iterator &X) const |
| reference | operator* () const |
| pointer | operator-> () const |
| operator CFGBlock * () const | |
| const_graph_iterator & | operator++ () |
| const_graph_iterator & | operator-- () |
| typedef const CFGBlock clang::CFG::const_graph_iterator::value_type |
| clang::CFG::const_graph_iterator::const_graph_iterator | ( | const ImplTy & | i | ) | [inline] |
| clang::CFG::const_graph_iterator::operator CFGBlock * | ( | ) | const [inline] |
| bool clang::CFG::const_graph_iterator::operator!= | ( | const const_graph_iterator & | X | ) | const [inline] |
| reference clang::CFG::const_graph_iterator::operator* | ( | ) | const [inline] |
| const_graph_iterator& clang::CFG::const_graph_iterator::operator++ | ( | ) | [inline] |
| const_graph_iterator& clang::CFG::const_graph_iterator::operator-- | ( | ) | [inline] |
| pointer clang::CFG::const_graph_iterator::operator-> | ( | ) | const [inline] |
| bool clang::CFG::const_graph_iterator::operator== | ( | const const_graph_iterator & | X | ) | const [inline] |