Home | History | Annotate | Download | only in initial

Lines Matching full:callee

155   std::string Callee;
158 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
159 : Callee(callee), Args(args) {}
943 Function *CalleeF = TheHelper->getFunction(Callee);