Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDependentDiagnostic.h44 NamedDecl *TargetDecl, in Create() argument
52 DD->AccessData.TargetDecl = TargetDecl; in Create()
79 return AccessData.TargetDecl; in getAccessTarget()
116 NamedDecl *TargetDecl; member
/external/clang/lib/CodeGen/
DCGCXX.cpp103 GlobalDecl TargetDecl) { in TryEmitDefinitionAsAlias() argument
135 = getFunctionLinkage(cast<FunctionDecl>(TargetDecl.getDecl())); in TryEmitDefinitionAsAlias()
147 llvm::GlobalValue *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitDefinitionAsAlias()
DCGCall.cpp704 const Decl *TargetDecl, in ConstructAttributeList() argument
716 if (TargetDecl) { in ConstructAttributeList()
717 if (TargetDecl->hasAttr<NoThrowAttr>()) in ConstructAttributeList()
719 else if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) { in ConstructAttributeList()
725 if (TargetDecl->hasAttr<NoReturnAttr>()) in ConstructAttributeList()
727 if (TargetDecl->hasAttr<ConstAttr>()) in ConstructAttributeList()
729 else if (TargetDecl->hasAttr<PureAttr>()) in ConstructAttributeList()
731 if (TargetDecl->hasAttr<MallocAttr>()) in ConstructAttributeList()
1503 const Decl *TargetDecl, in EmitCall() argument
1702 CGM.ConstructAttributeList(CallInfo, TargetDecl, AttributeList, CallingConv); in EmitCall()
DCGExpr.cpp2171 const Decl *TargetDecl = 0; in EmitCallExpr() local
2174 TargetDecl = DRE->getDecl(); in EmitCallExpr()
2175 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(TargetDecl)) in EmitCallExpr()
2182 if (const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(TargetDecl)) in EmitCallExpr()
2241 E->arg_begin(), E->arg_end(), TargetDecl); in EmitCallExpr()
2395 const Decl *TargetDecl) { in EmitCall() argument
2410 Callee, ReturnValue, Args, TargetDecl); in EmitCall()
DCodeGenModule.h687 const Decl *TargetDecl,
DCodeGenFunction.h2065 const Decl *TargetDecl = 0,
2072 const Decl *TargetDecl = 0);
/external/clang/lib/Sema/
DSemaAccess.cpp1370 NamedDecl *TargetDecl = cast<NamedDecl>(TargetD); in HandleDependentAccessCheck() local
1381 DeclAccessPair::make(TargetDecl, Access), in HandleDependentAccessCheck()