reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclCXX.h
 3255                                     : getTargetDecl())
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5223   return InnerMatcher.matches(*Node.getTargetDecl(), Finder, Builder);
tools/clang/lib/AST/ASTImporter.cpp
 4327   Expected<NamedDecl *> ToTargetOrErr = import(D->getTargetDecl());
tools/clang/lib/AST/Decl.cpp
 1774     ND = UD->getTargetDecl();
 1791     D = cast<UsingShadowDecl>(D)->getTargetDecl();
tools/clang/lib/AST/JSONNodeDumper.cpp
  735   JOS.attribute("target", createBareDeclRef(USD->getTargetDecl()));
tools/clang/lib/AST/TextNodeDumper.cpp
 1736   dumpBareDeclRef(D->getTargetDecl());
 1746     dumpBareDeclRef(D->getTargetDecl());
tools/clang/lib/Sema/SemaCUDA.cpp
  577       D = Using->getTargetDecl();
tools/clang/lib/Sema/SemaChecking.cpp
 9093           FDecl = dyn_cast<FunctionDecl>(UsingD->getTargetDecl());
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1066     CodeCompletionResult Result(Using->getTargetDecl(),
 1067                                 getBasePriority(Using->getTargetDecl()),
 1239     CodeCompletionResult Result(Using->getTargetDecl(),
 1240                                 getBasePriority(Using->getTargetDecl()),
tools/clang/lib/Sema/SemaDecl.cpp
 3072   auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl());
 3081     S.Diag(OldS->getTargetDecl()->getLocation(), diag::note_using_decl_target);
 3165         Diag(Shadow->getTargetDecl()->getLocation(),
 3175       OldD = Old = cast<FunctionDecl>(Shadow->getTargetDecl());
15128         Diag(Shadow->getTargetDecl()->getLocation(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 6607               << Shadow->getTargetDecl();
 8282       ND = shad->getTargetDecl();
10084     Target = cast<UsingShadowDecl>(Target)->getTargetDecl();
10203     Target = cast<UsingShadowDecl>(Target)->getTargetDecl();
tools/clang/lib/Sema/SemaExpr.cpp
 2849       D = cast<UsingShadowDecl>(D)->getTargetDecl();
tools/clang/lib/Sema/SemaInit.cpp
 4540         D = cast<UsingShadowDecl>(D)->getTargetDecl();
 5195           D = cast<UsingShadowDecl>(D)->getTargetDecl();
tools/clang/lib/Sema/SemaLookup.cpp
 3397       D = USD->getTargetDecl();
 3561         Underlying = USD->getTargetDecl();
tools/clang/lib/Sema/SemaOpenMP.cpp
12782         Underlying = USD->getTargetDecl();
12793           Underlying = USD->getTargetDecl();
tools/clang/lib/Sema/SemaOverload.cpp
 1008       OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
 3440           D = cast<UsingShadowDecl>(D)->getTargetDecl();
 4480       D = cast<UsingShadowDecl>(D)->getTargetDecl();
 5813       D = cast<UsingShadowDecl>(D)->getTargetDecl();
 6642     Decl = cast<UsingShadowDecl>(Decl)->getTargetDecl();
 7804         D = cast<UsingShadowDecl>(D)->getTargetDecl();
 7876         D = cast<UsingShadowDecl>(D)->getTargetDecl();
11986     Callee = cast<UsingShadowDecl>(Callee)->getTargetDecl();
13408         Func = cast<UsingShadowDecl>(Func)->getTargetDecl();
13651       D = cast<UsingShadowDecl>(D)->getTargetDecl();
tools/clang/lib/Sema/SemaTemplate.cpp
 1509       Diag(Shadow->getTargetDecl()->getLocation(),
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2806     NamedDecl *OldTarget = Shadow->getTargetDecl();
tools/clang/lib/Sema/TreeTransform.h
13081     Ty = cast<TypeDecl>((*Using->shadow_begin())->getTargetDecl());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3098     return USX->getTargetDecl() == USY->getTargetDecl();
 3098     return USX->getTargetDecl() == USY->getTargetDecl();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1254   Record.AddDeclRef(D->getTargetDecl());
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  254       Decl = UsingShadow->getTargetDecl();
  325       if (isInUSRSet(UsingShadow->getTargetDecl())) {
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  862         const auto *TargetDecl = UsingShadow->getTargetDecl();
  947       UsingDeclaration->shadow_begin()->getTargetDecl();
tools/clang/tools/extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
   97       const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl();
  151         removeFromFoundDecls(USD->getTargetDecl()->getCanonicalDecl());
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  796       addUsage(NamingCheckFailures, Shadow->getTargetDecl(),
tools/clang/tools/extra/clangd/FindTarget.cpp
  155       D = USD->getTargetDecl();
tools/clang/tools/extra/clangd/unittests/QualityTests.cpp
  148     CodeCompletionResult Result(Shadow->getTargetDecl(), 42);
tools/clang/tools/libclang/CIndex.cpp
 6382                        MakeCXCursor(cast<UsingShadowDecl>(D)->getTargetDecl(),
 6527     return MakeCXCursor(cast<UsingShadowDecl>(*Pos)->getTargetDecl(), TU);
tools/lldb/source/Symbol/ClangASTContext.cpp
10007               clang::Decl *target = usd->getTargetDecl();
10122                 clang::Decl *target = usd->getTargetDecl();