Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp33 shouldCheckDecl(const Decl * TargetDecl) shouldCheckDecl() argument
106 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); check() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h46 NamedDecl *TargetDecl, in Create()
120 NamedDecl *TargetDecl; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp453 const NamedDecl *TargetDecl; in TEST() local
519 const TypeDecl *TargetDecl = nullptr; in TEST() local
/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp118 GlobalDecl TargetDecl(BaseD, Dtor_Base); TryEmitBaseDestructorAsAlias() local
H A DCodeGenFunction.cpp2662 checkTargetFeatures(const CallExpr * E,const FunctionDecl * TargetDecl) checkTargetFeatures() argument
2687 checkTargetFeatures(SourceLocation Loc,const FunctionDecl * TargetDecl) checkTargetFeatures() argument
[all...]
H A DCGCall.cpp1834 const Decl *TargetDecl) { in HasStrictReturn() argument
2249 IsArgumentMaybeUndef(const Decl * TargetDecl,unsigned NumRequiredArgs,unsigned ArgNo) IsArgumentMaybeUndef() argument
2351 const Decl *TargetDecl = CalleeInfo.getCalleeDecl().getDecl(); ConstructAttributeList() local
5045 const Decl *TargetDecl = Callee.getAbstractInfo().getCalleeDecl().getDecl(); EmitCall() local
[all...]
H A DItaniumCXXABI.cpp4408 emitConstructorDestructorAlias(CodeGenModule & CGM,GlobalDecl AliasDecl,GlobalDecl TargetDecl) emitConstructorDestructorAlias() argument
H A DCGExpr.cpp5805 const Decl *TargetDecl = EmitCall() local
[all...]
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp357 if (const auto *TargetDecl = in VisitNestedNameSpecifierLocations() local
391 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc() local
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp850 if (TargetDecl->getQualifiedNameAsString() == in replaceQualifiedSymbolInDeclContext() local
934 const NamedDecl *TargetDecl = fixUsingShadowDecl() local
/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp110 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp138 if (const auto *TargetDecl = UD->getTargetDecl()) in canonicalRenameDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1550 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); HandleDependentAccessCheck() local
H A DSemaChecking.cpp814 const Decl *TargetDecl = CE->getCalleeDecl(); BuiltinCallWithStaticChain() local
H A DSemaOpenMP.cpp22855 ActOnOpenMPDeclareTargetInitializer(Decl * TargetDecl) ActOnOpenMPDeclareTargetInitializer() argument