Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

2438                                     NamedDecl *FoundDecl,
2546 if (FoundDecl->getDeclContext() != Member->getDeclContext()) {
2547 assert(isa<UsingShadowDecl>(FoundDecl));
2549 cast<CXXRecordDecl>(FoundDecl->getDeclContext()));