Searched refs:ElementRefIterator (Results 1 – 1 of 1) sorted by relevance
672 template <bool IsReverse, bool IsConst> class ElementRefIterator {675 friend class ElementRefIterator; variable701 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator() function705 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function706 : ElementRefIterator(E.Parent, E.Pos.base()) {} in ElementRefIterator()709 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function710 : ElementRefIterator(E.Parent, llvm::make_reverse_iterator(E.Pos)) {} in ElementRefIterator()712 bool operator<(ElementRefIterator Other) const {717 bool operator==(ElementRefIterator Other) const {721 bool operator!=(ElementRefIterator Other) const {[all …]