Lines Matching refs:ToShadow
4676 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() local
4680 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
5227 UsingShadowDecl *ToShadow; in VisitUsingShadowDecl() local
5241 ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
5245 return ToShadow; in VisitUsingShadowDecl()
5247 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
5249 return ToShadow; in VisitUsingShadowDecl()
5252 ToShadow->setLexicalDeclContext(LexicalDC); in VisitUsingShadowDecl()
5253 ToShadow->setAccess(D->getAccess()); in VisitUsingShadowDecl()
5259 ToShadow, *ToPatternOrErr); in VisitUsingShadowDecl()
5266 LexicalDC->addDeclInternal(ToShadow); in VisitUsingShadowDecl()
5268 return ToShadow; in VisitUsingShadowDecl()