Home
last modified time | relevance | path

Searched defs:TargetDecl (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp34 static bool shouldCheckDecl(const Decl *TargetDecl) { in shouldCheckDecl()
91 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); in check() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDependentDiagnostic.h46 NamedDecl *TargetDecl, in Create()
118 NamedDecl *TargetDecl; member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp452 const NamedDecl *TargetDecl; in TEST() local
518 const TypeDecl *TargetDecl = nullptr; in TEST() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXX.cpp113 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias() local
H A DCodeGenFunction.cpp2521 const FunctionDecl *TargetDecl) { in checkTargetFeatures()
2528 const FunctionDecl *TargetDecl) { in checkTargetFeatures()
H A DCGCall.cpp2087 const Decl *TargetDecl = CalleeInfo.getCalleeDecl().getDecl(); in ConstructAttributeList() local
4711 const Decl *TargetDecl = Callee.getAbstractInfo().getCalleeDecl().getDecl(); in EmitCall() local
H A DItaniumCXXABI.cpp4265 GlobalDecl TargetDecl) { in emitConstructorDestructorAlias()
H A DCGExpr.cpp5321 const Decl *TargetDecl = in EmitCall() local
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp356 if (const auto *TargetDecl = in VisitNestedNameSpecifierLocations() local
390 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc() local
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp852 const auto *TargetDecl = UsingShadow->getTargetDecl(); in replaceQualifiedSymbolInDeclContext() local
936 const NamedDecl *TargetDecl = in fixUsingShadowDecl() local
/llvm-project-15.0.7/clang/lib/AST/
H A DCXXInheritance.cpp110 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl(); in isProvablyNotDerivedFrom() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAccess.cpp1520 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); in HandleDependentAccessCheck() local
H A DSemaChecking.cpp715 const Decl *TargetDecl = CE->getCalleeDecl(); in SemaBuiltinCallWithStaticChain() local