Home | History | Annotate | Download | only in AST

Lines Matching defs:Owner

928   RecordDecl *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext());
929 if (!Owner)
933 for (const auto *D : Owner->noload_decls()) {
2835 RecordDecl *Owner = dyn_cast<RecordDecl>(F->getDeclContext());
2836 if (!Owner)
2840 for (const auto *D : Owner->noload_decls()) {