Searched refs:ast_function_expression (Results 1 – 4 of 4) sorted by relevance
304 class ast_function_expression : public ast_expression {306 ast_function_expression(ast_expression *callee) in ast_function_expression() function314 ast_function_expression(class ast_type_specifier *type) in ast_function_expression() function
2018 ast_function_expression::handle_method(exec_list *instructions, in handle_method()2104 ast_function_expression::hir(exec_list *instructions, in hir()2520 ast_function_expression::has_sequence_subexpression() const in has_sequence_subexpression()
572 $$ = new(ctx) ast_function_expression($1);578 $$ = new(ctx) ast_function_expression($1);
1101 ast_function_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()