Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

2293                                     NamedDecl *FoundDecl,
2401 if (FoundDecl->getDeclContext() != Member->getDeclContext()) {
2402 assert(isa<UsingShadowDecl>(FoundDecl));
2404 cast<CXXRecordDecl>(FoundDecl->getDeclContext()));