Searched refs:ElementRefIterator (Results 1 – 1 of 1) sorted by relevance
672 template <bool IsReverse, bool IsConst> class ElementRefIterator {675 friend class ElementRefIterator; variable702 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator() function706 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function707 : ElementRefIterator(E.Parent, E.Pos.base()) {} in ElementRefIterator()710 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function711 : ElementRefIterator(E.Parent, llvm::make_reverse_iterator(E.Pos)) {} in ElementRefIterator()713 bool operator<(ElementRefIterator Other) const {718 bool operator==(ElementRefIterator Other) const {722 bool operator!=(ElementRefIterator Other) const {[all …]