Searched refs:ToShadow (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4953 ConstructorUsingShadowDecl *ToShadow = in ImportInheritedConstructor() local 4957 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor() 5504 UsingShadowDecl *ToShadow; in VisitUsingShadowDecl() local 5518 ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl() 5522 return ToShadow; in VisitUsingShadowDecl() 5524 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl() 5526 return ToShadow; in VisitUsingShadowDecl() 5529 ToShadow->setLexicalDeclContext(LexicalDC); in VisitUsingShadowDecl() 5530 ToShadow->setAccess(D->getAccess()); in VisitUsingShadowDecl() 5536 ToShadow, *ToPatternOrErr); in VisitUsingShadowDecl() [all …]
|