Home
last modified time | relevance | path

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

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