Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance
5980 template <bool Const> class AssociationIteratorTy; variable5986 template <bool OtherConst> friend class AssociationIteratorTy; variable6010 class AssociationIteratorTy6012 AssociationIteratorTy<Const>, std::input_iterator_tag,6029 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;6037 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function6042 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function6049 AssociationIteratorTy &operator++() {6055 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }6140 using AssociationIterator = AssociationIteratorTy<false>;[all …]