Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

1923                                     NamedDecl *FoundDecl,
2032 if (FoundDecl->getDeclContext() != Member->getDeclContext()) {
2033 assert(isa<UsingShadowDecl>(FoundDecl));
2035 cast<CXXRecordDecl>(FoundDecl->getDeclContext()));