Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h770 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator; typedef
776 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()