Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp273 if (auto *UsingShadow = llvm::dyn_cast<UsingShadowDecl>(Decl)) { in VisitDeclRefExpr() local
274 Decl = UsingShadow->getTargetDecl(); in VisitDeclRefExpr()
344 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl() local
345 if (isInUSRSet(UsingShadow->getTargetDecl())) { in VisitUsingDecl()
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td79 def UsingShadow : DeclNode<Named>;
80 def ConstructorUsingShadow : DeclNode<UsingShadow>;
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp384 case Decl::UsingShadow: in isRedeclarableDeclKind()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp196 case Decl::Kind::UsingShadow: in HandleNamedDecl()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3367 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target);
3417 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow;
H A DDecl.h464 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp906 case UsingShadow: in getIdentifierNamespaceForKind()
H A DDeclCXX.cpp3125 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell());
H A DDecl.cpp1475 case Decl::UsingShadow: in computeLVForDecl()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp102 case Decl::UsingShadow: in EmitDecl()
H A DCodeGenModule.cpp6938 case Decl::UsingShadow: in EmitTopLevelDecl()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1886 case Decl::UsingShadow: