Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h676 using ctor_iterator = specific_decl_iterator<CXXConstructorDecl>; variable
682 ctor_iterator ctor_begin() const { in ctor_begin()
683 return ctor_iterator(decls_begin()); in ctor_begin()
686 ctor_iterator ctor_end() const { in ctor_end()
687 return ctor_iterator(decls_end()); in ctor_end()