Home | History | Annotate | Download | only in lazy

Lines Matching full:callee

157   std::string Callee;
160 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
161 : Callee(callee), Args(args) {}
983 Function *CalleeF = TheHelper->getFunction(Callee);