Searched refs:ElementsAttrIterator (Results 1 – 1 of 1) sorted by relevance
433 class ElementsAttrIterator; variable444 using iterator = detail::ElementsAttrIterator<T>;1341 class ElementsAttrIterator1342 : public llvm::iterator_facade_base<ElementsAttrIterator<T>,1409 ElementsAttrIterator(const ElementsAttrIterator<T> &rhs) : attr(rhs.attr) {1412 ~ElementsAttrIterator() { process<void, DestructIter>(it); }1415 ptrdiff_t operator-(const ElementsAttrIterator<T> &rhs) const {1419 bool operator==(const ElementsAttrIterator<T> &rhs) const {1422 bool operator<(const ElementsAttrIterator<T> &rhs) const {1426 ElementsAttrIterator<T> &operator+=(ptrdiff_t offset) {[all …]