Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingShadowDecl

2623     assert(isa<UsingShadowDecl>(FoundDecl));
2691 if (isa<UsingShadowDecl>(D))
2692 D = cast<UsingShadowDecl>(D)->getTargetDecl();