Searched refs:ctor_iterator (Results 1 – 2 of 2) sorted by relevance
775 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator; typedef781 ctor_iterator ctor_begin() const { in ctor_begin()782 return ctor_iterator(decls_begin()); in ctor_begin()784 ctor_iterator ctor_end() const { in ctor_end()785 return ctor_iterator(decls_end()); in ctor_end()
646 using ctor_iterator = specific_decl_iterator<CXXConstructorDecl>; variable652 ctor_iterator ctor_begin() const { in ctor_begin()653 return ctor_iterator(decls_begin()); in ctor_begin()656 ctor_iterator ctor_end() const { in ctor_end()657 return ctor_iterator(decls_end()); in ctor_end()