Searched refs:ast_function_expression (Results 1 – 4 of 4) sorted by relevance
299 class ast_function_expression : public ast_expression {301 ast_function_expression(ast_expression *callee) in ast_function_expression() function309 ast_function_expression(class ast_type_specifier *type) in ast_function_expression() function
1902 ast_function_expression::handle_method(exec_list *instructions, in handle_method()1980 ast_function_expression::hir(exec_list *instructions, in hir()2368 ast_function_expression::has_sequence_subexpression() const in has_sequence_subexpression()
555 $$ = new(ctx) ast_function_expression($1);561 $$ = new(ctx) ast_function_expression($1);
1085 ast_function_expression::hir_no_rvalue(exec_list *instructions, in hir_no_rvalue()