Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DDeclNodes.td68 def UsingShadow : DDecl<Named>;
69 def ConstructorUsingShadow : DDecl<UsingShadow>;
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp254 if (auto *UsingShadow = llvm::dyn_cast<UsingShadowDecl>(Decl)) { in VisitDeclRefExpr() local
255 Decl = UsingShadow->getTargetDecl(); in VisitDeclRefExpr()
325 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl() local
326 if (isInUSRSet(UsingShadow->getTargetDecl())) { in VisitUsingDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp106 for (const auto *UsingShadow : Using->shadows()) { in check() local
107 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); in check()
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td76 def UsingShadow : DeclNode<Named>;
77 def ConstructorUsingShadow : DeclNode<UsingShadow>;
/external/clang/lib/Serialization/
DASTCommon.cpp260 case Decl::UsingShadow: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp363 case Decl::UsingShadow: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp195 case Decl::Kind::UsingShadow: in HandleNamedDecl()
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp851 for (const auto *UsingShadow : Using->shadows()) { in replaceQualifiedSymbolInDeclContext() local
852 const auto *TargetDecl = UsingShadow->getTargetDecl(); in replaceQualifiedSymbolInDeclContext()
/external/clang/include/clang/AST/
DDeclCXX.h2866 return new (C, DC) UsingShadowDecl(UsingShadow, C, DC, Loc, Using, Target); in Create()
2910 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
DDecl.h389 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3195 return new (C, DC) UsingShadowDecl(UsingShadow, C, DC, Loc, Using, Target); in Create()
3244 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
DDecl.h431 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/external/clang/lib/AST/
DDeclBase.cpp631 case UsingShadow: in getIdentifierNamespaceForKind()
DDeclCXX.cpp2163 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
DDecl.cpp1250 case Decl::UsingShadow: in computeLVForDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp780 case UsingShadow: in getIdentifierNamespaceForKind()
DDeclCXX.cpp2982 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
DDecl.cpp1350 case Decl::UsingShadow: in computeLVForDecl()
/external/clang/lib/CodeGen/
DCGDecl.cpp87 case Decl::UsingShadow: in EmitDecl()
DCodeGenModule.cpp3788 case Decl::UsingShadow: in EmitTopLevelDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp98 case Decl::UsingShadow: in EmitDecl()
DCodeGenModule.cpp5583 case Decl::UsingShadow: in EmitTopLevelDecl()
/external/clang/tools/libclang/
DCIndex.cpp5710 case Decl::UsingShadow: in clang_getCursorDefinition()
6951 case Decl::UsingShadow: in getDeclLanguage()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6494 case Decl::UsingShadow: in clang_getCursorDefinition()
7882 case Decl::UsingShadow: in getDeclLanguage()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp872 case Decl::UsingShadow: in CheckConstexprDeclStmt()

12