Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp272 if (auto *UsingShadow = llvm::dyn_cast<UsingShadowDecl>(Decl)) { in VisitDeclRefExpr() local
273 Decl = UsingShadow->getTargetDecl(); in VisitDeclRefExpr()
343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl() local
344 if (isInUSRSet(UsingShadow->getTargetDecl())) { in VisitUsingDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp90 for (const auto *UsingShadow : Using->shadows()) { in check() local
91 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); in check()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td79 def UsingShadow : DeclNode<Named>;
80 def ConstructorUsingShadow : DeclNode<UsingShadow>;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp195 case Decl::Kind::UsingShadow: in HandleNamedDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp371 case Decl::UsingShadow: in isRedeclarableDeclKind()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp851 for (const auto *UsingShadow : Using->shadows()) { in replaceQualifiedSymbolInDeclContext() local
852 const auto *TargetDecl = UsingShadow->getTargetDecl(); in replaceQualifiedSymbolInDeclContext()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3260 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3310 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
H A DDecl.h459 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp780 case UsingShadow: in getIdentifierNamespaceForKind()
H A DDeclCXX.cpp3005 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
H A DDecl.cpp1406 case Decl::UsingShadow: in computeLVForDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp98 case Decl::UsingShadow: in EmitDecl()
H A DCodeGenModule.cpp6147 case Decl::UsingShadow: in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6775 case Decl::UsingShadow: in clang_getCursorDefinition()
8163 case Decl::UsingShadow: in getDeclLanguage()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp1832 case Decl::UsingShadow: in CheckConstexprDeclStmt()