Searched refs:UsingShadow (Results 1 – 15 of 15) sorted by relevance
272 if (auto *UsingShadow = llvm::dyn_cast<UsingShadowDecl>(Decl)) { in VisitDeclRefExpr() local273 Decl = UsingShadow->getTargetDecl(); in VisitDeclRefExpr()343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl() local344 if (isInUSRSet(UsingShadow->getTargetDecl())) { in VisitUsingDecl()
90 for (const auto *UsingShadow : Using->shadows()) { in check() local91 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); in check()
79 def UsingShadow : DeclNode<Named>;80 def ConstructorUsingShadow : DeclNode<UsingShadow>;
195 case Decl::Kind::UsingShadow: in HandleNamedDecl()
371 case Decl::UsingShadow: in isRedeclarableDeclKind()
851 for (const auto *UsingShadow : Using->shadows()) { in replaceQualifiedSymbolInDeclContext() local852 const auto *TargetDecl = UsingShadow->getTargetDecl(); in replaceQualifiedSymbolInDeclContext()
3260 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()3310 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
459 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
780 case UsingShadow: in getIdentifierNamespaceForKind()
3005 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
1406 case Decl::UsingShadow: in computeLVForDecl()
98 case Decl::UsingShadow: in EmitDecl()
6147 case Decl::UsingShadow: in EmitTopLevelDecl()
6775 case Decl::UsingShadow: in clang_getCursorDefinition()8163 case Decl::UsingShadow: in getDeclLanguage()
1832 case Decl::UsingShadow: in CheckConstexprDeclStmt()