/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 33 shouldCheckDecl(const Decl * TargetDecl) shouldCheckDecl() argument 106 const auto *TargetDecl = UsingShadow->getTargetDecl()->getCanonicalDecl(); check() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DependentDiagnostic.h | 46 NamedDecl *TargetDecl, in Create() 120 NamedDecl *TargetDecl; member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ASTTests.cpp | 453 const NamedDecl *TargetDecl; in TEST() local 519 const TypeDecl *TargetDecl = nullptr; in TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 118 GlobalDecl TargetDecl(BaseD, Dtor_Base); TryEmitBaseDestructorAsAlias() local
|
H A D | CodeGenFunction.cpp | 2662 checkTargetFeatures(const CallExpr * E,const FunctionDecl * TargetDecl) checkTargetFeatures() argument 2687 checkTargetFeatures(SourceLocation Loc,const FunctionDecl * TargetDecl) checkTargetFeatures() argument [all...] |
H A D | CGCall.cpp | 1834 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 D | ItaniumCXXABI.cpp | 4408 emitConstructorDestructorAlias(CodeGenModule & CGM,GlobalDecl AliasDecl,GlobalDecl TargetDecl) emitConstructorDestructorAlias() argument
|
H A D | CGExpr.cpp | 5805 const Decl *TargetDecl = EmitCall() local [all...] |
/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 357 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 D | ChangeNamespace.cpp | 850 if (TargetDecl->getQualifiedNameAsString() == in replaceQualifiedSymbolInDeclContext() local 934 const NamedDecl *TargetDecl = fixUsingShadowDecl() local
|
/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 110 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom() local
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Rename.cpp | 138 if (const auto *TargetDecl = UD->getTargetDecl()) in canonicalRenameDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 1550 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); HandleDependentAccessCheck() local
|
H A D | SemaChecking.cpp | 814 const Decl *TargetDecl = CE->getCalleeDecl(); BuiltinCallWithStaticChain() local
|
H A D | SemaOpenMP.cpp | 22855 ActOnOpenMPDeclareTargetInitializer(Decl * TargetDecl) ActOnOpenMPDeclareTargetInitializer() argument
|