Home | History | Annotate | Download | only in AST

Lines Matching refs:decl_iterator

1028 DeclContext::decl_iterator DeclContext::noload_decls_begin() const {
1029 return decl_iterator(FirstDecl);
1032 DeclContext::decl_iterator DeclContext::decls_begin() const {
1036 return decl_iterator(FirstDecl);
1183 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end();