Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance
5588 template <bool Const> class AssociationIteratorTy; variable5594 template <bool OtherConst> friend class AssociationIteratorTy; variable5618 class AssociationIteratorTy5620 AssociationIteratorTy<Const>, std::input_iterator_tag,5637 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;5645 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function5650 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function5657 AssociationIteratorTy &operator++() {5663 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }5708 using AssociationIterator = AssociationIteratorTy<false>;[all …]