Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance
5667 template <bool Const> class AssociationIteratorTy; variable5673 template <bool OtherConst> friend class AssociationIteratorTy; variable5697 class AssociationIteratorTy5699 AssociationIteratorTy<Const>, std::input_iterator_tag,5716 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;5724 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function5729 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function5736 AssociationIteratorTy &operator++() {5742 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }5787 using AssociationIterator = AssociationIteratorTy<false>;[all …]