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.cpp4592 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() local
4596 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
5143 UsingShadowDecl *ToShadow; in VisitUsingShadowDecl() local
5157 ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
5161 return ToShadow; in VisitUsingShadowDecl()
5165 return ToShadow; in VisitUsingShadowDecl()
5168 ToShadow->setLexicalDeclContext(LexicalDC); in VisitUsingShadowDecl()
5169 ToShadow->setAccess(D->getAccess()); in VisitUsingShadowDecl()
5175 ToShadow, *ToPatternOrErr); in VisitUsingShadowDecl()
5182 LexicalDC->addDeclInternal(ToShadow); in VisitUsingShadowDecl()
[all …]