Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td79 def UsingShadow : DeclNode<Named>;
80 def ConstructorUsingShadow : DeclNode<UsingShadow>;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp195 case Decl::Kind::UsingShadow: in HandleNamedDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp371 case Decl::UsingShadow: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3274 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
3324 return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow; in classofKind()
H A DDecl.h461 if (this->getKind() != UsingShadow && in getUnderlyingDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp794 case UsingShadow: in getIdentifierNamespaceForKind()
H A DDeclCXX.cpp3040 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
H A DDecl.cpp1431 case Decl::UsingShadow: in computeLVForDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp100 case Decl::UsingShadow: in EmitDecl()
H A DCodeGenModule.cpp6347 case Decl::UsingShadow: in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6812 case Decl::UsingShadow: in clang_getCursorDefinition()
8200 case Decl::UsingShadow: in getDeclLanguage()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1866 case Decl::UsingShadow: in CheckConstexprDeclStmt()