Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TargetDecl

2877   const Decl *TargetDecl = E->getCalleeDecl();
2878 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl)) {
2884 if (const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(TargetDecl))
2943 E->arg_begin(), E->arg_end(), TargetDecl);
3116 const Decl *TargetDecl) {
3156 return EmitCall(FnInfo, Callee, ReturnValue, Args, TargetDecl);