Searched refs:ctor_iterator (Results 1 – 1 of 1) sorted by relevance
770 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator; typedef776 ctor_iterator ctor_begin() const { in ctor_begin()777 return ctor_iterator(decls_begin()); in ctor_begin()779 ctor_iterator ctor_end() const { in ctor_end()780 return ctor_iterator(decls_end()); in ctor_end()