Searched defs:FunctionCall (Results 1 – 1 of 1) sorted by relevance
228 struct FunctionCall : Expression { struct229 FunctionCall(std::string id, std::vector<Expression *> *args) in FunctionCall() function232 ~FunctionCall() { in ~FunctionCall()241 virtual Type getType(const AST &) { in getType()244 virtual std::string toString(StringHelper::Case atomCase) { in toString()261 std::string mId;262 std::vector<Expression *> *mArgs;