Searched defs:TargetDecl (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp40 const Decl *TargetDecl = nullptr; local
43 TargetDecl = DRE->getDecl();
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl);
H A DCGCXX.cpp121 GlobalDecl TargetDecl,
135 getFunctionLinkage(TargetDecl);
152 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
161 !TargetDecl.getDecl()->hasAttr<AlwaysInlineAttr>())) {
120 TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, GlobalDecl TargetDecl, bool InEveryTU) argument
H A DCGExpr.cpp3745 const Decl *TargetDecl = E->getCalleeDecl(); local
3746 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl)) {
3752 if (const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(TargetDecl))
3808 TargetDecl);
3999 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); local
4001 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
4008 if (TargetDecl->hasAttr<AlwaysInlineAttr>() &&
4009 TargetDecl->hasAttr<TargetAttr>())
4018 (!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
[all...]
H A DItaniumCXXABI.cpp3448 GlobalDecl TargetDecl) {
3456 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl));
3446 emitConstructorDestructorAlias(CodeGenModule &CGM, GlobalDecl AliasDecl, GlobalDecl TargetDecl) argument
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h44 NamedDecl *TargetDecl,
52 DD->AccessData.TargetDecl = TargetDecl;
79 return AccessData.TargetDecl;
115 NamedDecl *TargetDecl; member in struct:clang::DependentDiagnostic::__anon1173
38 Create(ASTContext &Context, DeclContext *Parent, AccessNonce _, SourceLocation Loc, bool IsMemberAccess, AccessSpecifier AS, NamedDecl *TargetDecl, CXXRecordDecl *NamingClass, QualType BaseObjectType, const PartialDiagnostic &PDiag) argument
/external/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.cpp139 const GlobalDeclaration *TargetDecl = RelocInit->getDeclaration(); local
141 llvm::dyn_cast<FunctionDeclaration>(TargetDecl);
146 std::string TargetName = TargetDecl->getName().toStringOrEmpty();
/external/clang/lib/Sema/
H A DSemaAccess.cpp1505 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); local
1516 DeclAccessPair::make(TargetDecl, Access),
H A DSemaChecking.cpp201 const Decl *TargetDecl = CE->getCalleeDecl(); local
202 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))

Completed in 307 milliseconds