Searched defs: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()239 Type getType(const AST &) override { in getType()242 std::string toString(StringHelper::Case atomCase) override { in toString()259 std::string mId;260 std::vector<Expression *> *mArgs;