Home
last modified time | relevance | path

Searched refs:AssociationIteratorTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5769 template <bool Const> class AssociationIteratorTy; variable
5775 template <bool OtherConst> friend class AssociationIteratorTy; variable
5799 class AssociationIteratorTy
5801 AssociationIteratorTy<Const>, std::input_iterator_tag,
5818 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;
5826 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function
5831 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function
5838 AssociationIteratorTy &operator++() {
5844 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
5929 using AssociationIterator = AssociationIteratorTy<false>;
[all …]