Home
last modified time | relevance | path

Searched refs:ToShadow (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4254 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()
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()
[all …]