Home | History | Annotate | Download | only in AST

Lines Matching refs:Owner

909   RecordDecl *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext());
910 if (!Owner)
914 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(),
915 DEnd = Owner->noload_decls_end();
2783 RecordDecl *Owner = dyn_cast<RecordDecl>(F->getDeclContext());
2784 if (!Owner)
2788 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(),
2789 DEnd = Owner->noload_decls_end();