Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4364 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() local
4368 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor()
4910 UsingShadowDecl *ToShadow; in VisitUsingShadowDecl() local
4924 ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
4928 return ToShadow; in VisitUsingShadowDecl()
4932 return ToShadow; in VisitUsingShadowDecl()
4935 ToShadow->setLexicalDeclContext(LexicalDC); in VisitUsingShadowDecl()
4936 ToShadow->setAccess(D->getAccess()); in VisitUsingShadowDecl()
4942 ToShadow, *ToPatternOrErr); in VisitUsingShadowDecl()
4949 LexicalDC->addDeclInternal(ToShadow); in VisitUsingShadowDecl()
[all …]