Home | History | Annotate | Download | only in complete

Lines Matching full:callee

202   std::string Callee;
205 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
206 : Callee(callee), Args(args) {}
1260 Function *CalleeF = TheHelper->getFunction(Callee);
1263 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());