Home | History | Annotate | Download | only in Sema

Lines Matching full:shadow

980   if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>(
987 Diag(Shadow->getTargetDecl()->getLocation(),
989 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) << 0;