Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td79 def UsingShadow : DeclNode<Named>;
80 def ConstructorUsingShadow : DeclNode<UsingShadow>;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp196 case Decl::Kind::UsingShadow: in HandleNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp390 case Decl::UsingShadow: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp574 case Decl::UsingShadow: in emitDecl()
H A DCIRGenModule.cpp1270 case Decl::UsingShadow: in emitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3430 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3480 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
H A DDecl.h488 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp915 case UsingShadow: in getIdentifierNamespaceForKind()
H A DDeclCXX.cpp3350 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
H A DDecl.cpp1481 case Decl::UsingShadow: in computeLVForDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp104 case Decl::UsingShadow: in EmitDecl()
H A DCodeGenModule.cpp7264 case Decl::UsingShadow: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2006 case Decl::UsingShadow: in CheckConstexprDeclStmt()