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.h6179 template <bool Const> class AssociationIteratorTy; variable
6185 template <bool OtherConst> friend class AssociationIteratorTy; variable
6209 class AssociationIteratorTy
6211 AssociationIteratorTy<Const>, std::input_iterator_tag,
6228 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;
6236 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function
6241 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function
6248 AssociationIteratorTy &operator++() {
6254 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
6339 using AssociationIterator = AssociationIteratorTy<false>;
[all …]