Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance
5670 template <bool Const> class AssociationIteratorTy; variable5676 template <bool OtherConst> friend class AssociationIteratorTy; variable5700 class AssociationIteratorTy5702 AssociationIteratorTy<Const>, std::input_iterator_tag,5719 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;5727 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function5732 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function5739 AssociationIteratorTy &operator++() {5745 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }5790 using AssociationIterator = AssociationIteratorTy<false>;[all …]