Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance
6179 template <bool Const> class AssociationIteratorTy; variable6185 template <bool OtherConst> friend class AssociationIteratorTy; variable6209 class AssociationIteratorTy6211 AssociationIteratorTy<Const>, std::input_iterator_tag,6228 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;6236 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function6241 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function6248 AssociationIteratorTy &operator++() {6254 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }6339 using AssociationIterator = AssociationIteratorTy<false>;[all …]