Home | History | Annotate | Download | only in Sema

Lines Matching refs:Shadow

1147 /// Removes using shadow declarations from the lookup results.
2279 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) {
2281 Diag(Shadow->getTargetDecl()->getLocation(),
2283 Diag(Shadow->getUsingDecl()->getLocation(),
9524 // there's a shadow friend decl.