Searched refs:FunctionCall (Results 1 – 1 of 1) sorted by relevance
226 struct FunctionCall : Expression { struct227 FunctionCall(std::string id, std::vector<Expression *> *args) in FunctionCall() argument230 ~FunctionCall() override { in ~FunctionCall() argument262 DISALLOW_COPY_AND_ASSIGN(FunctionCall);290 return new FunctionCall(id, args); in functionCall()