Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingShadowDecl

3889       if (isa<UsingShadowDecl>(D))
3890 D = cast<UsingShadowDecl>(D)->getTargetDecl();
4520 if (isa<UsingShadowDecl>(D))
4521 D = cast<UsingShadowDecl>(D)->getTargetDecl();