Home | History | Annotate | Download | only in AST

Lines Matching defs:Owner

973   RecordDecl *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext());
974 if (!Owner)
978 for (const auto *D : Owner->noload_decls()) {
2937 RecordDecl *Owner = dyn_cast<RecordDecl>(F->getDeclContext());
2938 if (!Owner)
2942 for (const auto *D : Owner->noload_decls()) {