Lines Matching full:callee
2834 const FunctionDecl* Callee = E->getDirectCallee();
2835 bool ForceColumnInfo = Callee && Callee->isInlineSpecified();
2913 llvm::Value *Callee = EmitScalarExpr(E->getCallee());
2914 return EmitCall(E->getCallee()->getType(), Callee, ReturnValue,
3084 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
3089 // Get the actual function type. The callee type will always be a pointer to
3132 Callee = Builder.CreateBitCast(Callee, CalleeTy, "callee.knr.cast");
3135 return EmitCall(FnInfo, Callee, ReturnValue, Args, TargetDecl);