Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

2514                                     NamedDecl *FoundDecl,
2622 if (FoundDecl->getDeclContext() != Member->getDeclContext()) {
2623 assert(isa<UsingShadowDecl>(FoundDecl));
2625 cast<CXXRecordDecl>(FoundDecl->getDeclContext()));