Searched refs:FilteredCFGBlockIterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h575 class FilteredCFGBlockIterator { class in class:clang::CFGBlock::ElementList
581 explicit FilteredCFGBlockIterator(const IMPL &i, const IMPL &e, function in class:clang::CFGBlock::ElementList::FilteredCFGBlockIterator
591 FilteredCFGBlockIterator &operator++() {
603 typedef FilteredCFGBlockIterator<const_pred_iterator, true>
606 typedef FilteredCFGBlockIterator<const_succ_iterator, false>

Completed in 155 milliseconds