Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExpr.h5670 template <bool Const> class AssociationIteratorTy; variable
5676 template <bool OtherConst> friend class AssociationIteratorTy; variable
5700 class AssociationIteratorTy
5702 AssociationIteratorTy<Const>, std::input_iterator_tag,
5719 using BaseTy = typename AssociationIteratorTy::iterator_facade_base;
5727 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, in AssociationIteratorTy() function
5732 AssociationIteratorTy() : E(nullptr), TSI(nullptr) {} in AssociationIteratorTy() function
5739 AssociationIteratorTy &operator++() {
5745 bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
5790 using AssociationIterator = AssociationIteratorTy<false>;
[all …]