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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h46 NamedDecl *TargetDecl,
54 DD->AccessData.TargetDecl = TargetDecl;
81 return AccessData.TargetDecl;
118 NamedDecl *TargetDecl; member in struct:clang::DependentDiagnostic::__anon42
40 Create(ASTContext &Context, DeclContext *Parent, AccessNonce _, SourceLocation Loc, bool IsMemberAccess, AccessSpecifier AS, NamedDecl *TargetDecl, CXXRecordDecl *NamingClass, QualType BaseObjectType, const PartialDiagnostic &PDiag) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp113 GlobalDecl TargetDecl(BaseD, Dtor_Base);
124 getFunctionLinkage(TargetDecl);
141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
150 TargetDecl.getDecl()->hasAttr<AlwaysInlineAttr>())) {
H A DCGCall.cpp1851 const Decl *TargetDecl = CalleeInfo.getCalleeDecl().getDecl();
1855 if (TargetDecl) {
1856 if (TargetDecl->hasAttr<ReturnsTwiceAttr>())
1858 if (TargetDecl->hasAttr<NoThrowAttr>())
1860 if (TargetDecl->hasAttr<NoReturnAttr>())
1862 if (TargetDecl->hasAttr<ColdAttr>())
1864 if (TargetDecl->hasAttr<NoDuplicateAttr>())
1866 if (TargetDecl->hasAttr<ConvergentAttr>())
1869 if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) {
1899 if (TargetDecl
[all...]
H A DCodeGenFunction.cpp2281 const FunctionDecl *TargetDecl) {
2282 return checkTargetFeatures(E->getBeginLoc(), TargetDecl);
2288 const FunctionDecl *TargetDecl) {
2290 if (!TargetDecl)
2302 unsigned BuiltinID = TargetDecl->getBuiltinID();
2314 << TargetDecl->getDeclName()
2317 } else if (!TargetDecl->isMultiVersion() &&
2318 TargetDecl->hasAttr<TargetAttr>()) {
2321 const TargetAttr *TD = TargetDecl->getAttr<TargetAttr>();
2327 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl);
[all...]
H A DCGExpr.cpp4867 const Decl *TargetDecl = local
4877 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
4930 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
5036 if (auto *CalleeDecl = dyn_cast_or_null<FunctionDecl>(TargetDecl))
H A DCodeGenFunction.h3628 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
3629 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
H A DItaniumCXXABI.cpp3945 GlobalDecl TargetDecl) {
3953 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl));
3943 emitConstructorDestructorAlias(CodeGenModule &CGM, GlobalDecl AliasDecl, GlobalDecl TargetDecl) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp337 if (const auto *TargetDecl =
339 if (isInUSRSet(TargetDecl)) {
342 TargetDecl,
371 if (const auto *TargetDecl = getSupportedDeclFromTypeLoc(Loc)) {
372 if (isInUSRSet(TargetDecl)) {
392 TargetDecl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp133 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl();
134 return forallBases([TargetDecl](const CXXRecordDecl *Base) {
135 return Base->getCanonicalDecl() != TargetDecl;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1504 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); local
1515 DeclAccessPair::make(TargetDecl, Access),
H A DSemaChecking.cpp352 const Decl *TargetDecl = CE->getCalleeDecl(); local
353 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))

Completed in 518 milliseconds