Searched refs:parser_set_continues_to_current_position (Results 1 – 3 of 3) sorted by relevance
978 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_do_while_statement_end()1091 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_while_statement_end()1599 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_for_statement_end()3300 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_statements()
657 void parser_set_continues_to_current_position (parser_context_t *context_p, parser_branch_node_t *c…
787 parser_set_continues_to_current_position (parser_context_t *context_p, /**< context */ in parser_set_continues_to_current_position() function