Home
last modified time | relevance | path

Searched refs:TargetDecl (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h46 NamedDecl *TargetDecl, in Create() argument
54 DD->AccessData.TargetDecl = TargetDecl; in Create()
81 return AccessData.TargetDecl; in getAccessTarget()
118 NamedDecl *TargetDecl; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp113 GlobalDecl TargetDecl(BaseD, Dtor_Base); in TryEmitBaseDestructorAsAlias() local
124 getFunctionLinkage(TargetDecl); in TryEmitBaseDestructorAsAlias()
141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias()
150 TargetDecl.getDecl()->hasAttr<AlwaysInlineAttr>())) { in TryEmitBaseDestructorAsAlias()
H A DCGCall.cpp2016 if (TargetDecl) { in ConstructAttributeList()
2023 if (TargetDecl->hasAttr<ColdAttr>()) in ConstructAttributeList()
2025 if (TargetDecl->hasAttr<HotAttr>()) in ConstructAttributeList()
2153 if (TargetDecl) { in ConstructAttributeList()
2188 if (TargetDecl && TargetDecl->hasAttr<CmseNSEntryAttr>()) in ConstructAttributeList()
2197 if (!TargetDecl) in ConstructAttributeList()
2230 if (TargetDecl) { in ConstructAttributeList()
5186 !(TargetDecl && TargetDecl->hasAttr<NoInlineAttr>())) { in EmitCall()
5298 if (TargetDecl && TargetDecl->hasAttr<NotTailCalledAttr>()) in EmitCall()
5305 if (getDebugInfo() && TargetDecl && in EmitCall()
[all …]
H A DCodeGenFunction.cpp2450 const FunctionDecl *TargetDecl) { in checkTargetFeatures() argument
2451 return checkTargetFeatures(E->getBeginLoc(), TargetDecl); in checkTargetFeatures()
2457 const FunctionDecl *TargetDecl) { in checkTargetFeatures() argument
2459 if (!TargetDecl) in checkTargetFeatures()
2471 unsigned BuiltinID = TargetDecl->getBuiltinID(); in checkTargetFeatures()
2486 << TargetDecl->getDeclName() << FeatureList; in checkTargetFeatures()
2487 } else if (!TargetDecl->isMultiVersion() && in checkTargetFeatures()
2488 TargetDecl->hasAttr<TargetAttr>()) { in checkTargetFeatures()
2491 const TargetAttr *TD = TargetDecl->getAttr<TargetAttr>(); in checkTargetFeatures()
2497 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
[all …]
H A DCGExpr.cpp5127 const Decl *TargetDecl = in EmitCall() local
5137 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) { in EmitCall()
5190 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) { in EmitCall()
5295 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) { in EmitCall()
5309 if (auto *CalleeDecl = dyn_cast_or_null<FunctionDecl>(TargetDecl)) in EmitCall()
H A DCodeGenFunction.h3959 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3960 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
H A DItaniumCXXABI.cpp4300 GlobalDecl TargetDecl) { in emitConstructorDestructorAlias() argument
4308 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); in emitConstructorDestructorAlias()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp356 if (const auto *TargetDecl = in VisitNestedNameSpecifierLocations() local
358 if (isInUSRSet(TargetDecl)) { in VisitNestedNameSpecifierLocations()
361 TargetDecl, in VisitNestedNameSpecifierLocations()
390 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) { in VisitTypeLoc() local
391 if (isInUSRSet(TargetDecl)) { in VisitTypeLoc()
411 TargetDecl, in VisitTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp110 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl(); in isProvablyNotDerivedFrom() local
111 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom()
112 return Base->getCanonicalDecl() != TargetDecl; in isProvablyNotDerivedFrom()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1520 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); in HandleDependentAccessCheck() local
1531 DeclAccessPair::make(TargetDecl, Access), in HandleDependentAccessCheck()
H A DSemaChecking.cpp368 const Decl *TargetDecl = CE->getCalleeDecl(); in SemaBuiltinCallWithStaticChain() local
369 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl)) in SemaBuiltinCallWithStaticChain()