Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5588 template <bool Const> class AssociationIteratorTy; variable
5594 template <bool OtherConst> friend class AssociationIteratorTy; variable
5618 class AssociationIteratorTy
5620 AssociationIteratorTy<Const>, std::input_iterator_tag,
5637 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;
5645 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function
5650 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function
5657 AssociationIteratorTy &operator++() {
5663 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
5708 using AssociationIterator = AssociationIteratorTy<false>;
[all …]