Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingShadowDecl

1311   return isa<UsingShadowDecl>(D) ||
2604 static bool checkUsingShadowRedecl(Sema &S, UsingShadowDecl *OldS,
2670 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) {
3400 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
3407 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
12193 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) {