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.h5980 template <bool Const> class AssociationIteratorTy; variable
5986 template <bool OtherConst> friend class AssociationIteratorTy; variable
6010 class AssociationIteratorTy
6012 AssociationIteratorTy<Const>, std::input_iterator_tag,
6029 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;
6037 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function
6042 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function
6049 AssociationIteratorTy &operator++() {
6055 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
6140 using AssociationIterator = AssociationIteratorTy<false>;
[all …]