Searched refs:ElementRefIterator (Results 1 – 1 of 1) sorted by relevance
706 template <bool IsReverse, bool IsConst> class ElementRefIterator {709 friend class ElementRefIterator; variable735 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator() function739 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function740 : ElementRefIterator(E.Parent, E.Pos.base()) {} in ElementRefIterator()743 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function744 : ElementRefIterator(E.Parent, std::make_reverse_iterator(E.Pos)) {} in ElementRefIterator()746 bool operator<(ElementRefIterator Other) const {751 bool operator==(ElementRefIterator Other) const {755 bool operator!=(ElementRefIterator Other) const {[all …]