Lines Matching refs:ToShadow
4254 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() local
4258 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
4799 UsingShadowDecl *ToShadow; in VisitUsingShadowDecl() local
4813 ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
4817 return ToShadow; in VisitUsingShadowDecl()
4819 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
4821 return ToShadow; in VisitUsingShadowDecl()
4824 ToShadow->setLexicalDeclContext(LexicalDC); in VisitUsingShadowDecl()
4825 ToShadow->setAccess(D->getAccess()); in VisitUsingShadowDecl()
4831 ToShadow, *ToPatternOrErr); in VisitUsingShadowDecl()
4838 LexicalDC->addDeclInternal(ToShadow); in VisitUsingShadowDecl()
4840 return ToShadow; in VisitUsingShadowDecl()