Searched refs:ExprNodeList (Results 1 – 4 of 4) sorted by relevance
44 …StructVariableDeclStmtNode * variable_add(StructVariableDeclStmtNode *decl, ExprNodeList *args, bo…
63 ExprNodeList *args;353 : expr { $$ = new ExprNodeList; $$->push_back(ExprNode::Ptr($1)); }359 : init_arg_kv { $$ = new ExprNodeList; $$->push_back(ExprNode::Ptr($1)); }563 { $$ = new ExprNodeList; }565 { $$ = new ExprNodeList; $$->push_back(ExprNode::Ptr($1)); }
162 typedef vector<ExprNode::Ptr> ExprNodeList; typedef348 ExprNodeList args_;350 MethodCallExprNode(IdentExprNode::Ptr id, ExprNodeList&& args, int lineno) in MethodCallExprNode()436 ExprNodeList init_;
61 StructVariableDeclStmtNode *Parser::variable_add(StructVariableDeclStmtNode *decl, ExprNodeList *ar… in variable_add()