Lines Matching full:callee
178 std::string Callee;181 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)182 : Callee(callee), Args(args) {}1085 Function *CalleeF = TheHelper->getFunction(Callee);