Home | History | Annotate | Download | only in Sema

Lines Matching refs:Shadow

2061   // Don't process the shadow
2073 // Process the shadow decls.
2076 UsingShadowDecl *Shadow = *I;
2079 Shadow->getLocation(),
2080 Shadow->getTargetDecl(),
2091 SemaRef.Context.setInstantiatedFromUsingShadowDecl(InstShadow, Shadow);
2094 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Shadow, InstShadow);
3383 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other))
3384 return isInstantiationOf(cast<UsingShadowDecl>(D), Shadow, Ctx);