clang API Documentation
#include <CFG.h>
Public Member Functions | |
| FilteredCFGBlockIterator (const IMPL &i, const IMPL &e, const CFGBlock *from, const FilterOptions &f) | |
| bool | hasMore () const |
| FilteredCFGBlockIterator & | operator++ () |
| const CFGBlock * | operator* () const |
| clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::FilteredCFGBlockIterator | ( | const IMPL & | i, |
| const IMPL & | e, | ||
| const CFGBlock * | from, | ||
| const FilterOptions & | f | ||
| ) | [inline, explicit] |
| bool clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore | ( | ) | const [inline] |
Definition at line 444 of file CFG.h.
Referenced by clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++().
| const CFGBlock* clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator* | ( | ) | const [inline] |
| FilteredCFGBlockIterator& clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++ | ( | ) | [inline] |
Definition at line 446 of file CFG.h.
References clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore().