Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingShadowDecl

2352     UsingShadowDecl *PrevDecl = nullptr;
2356 } else if (UsingShadowDecl *OldPrev =
2358 PrevDecl = cast_or_null<UsingShadowDecl>(SemaRef.FindInstantiatedDecl(
2362 UsingShadowDecl *InstShadow =
2374 Decl *TemplateDeclInstantiator::VisitUsingShadowDecl(UsingShadowDecl *D) {
4254 static bool isInstantiationOf(UsingShadowDecl *Pattern,
4255 UsingShadowDecl *Instance,
4350 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other))
4351 return isInstantiationOf(cast<UsingShadowDecl>(D), Shadow, Ctx);
4608 if (isa<UsingShadowDecl>(D)) {