Searched refs:end_location (Results 1 – 4 of 4) sorted by relevance
1618 LocationRecorder end_location( in ParseExtensions() local1629 LocationRecorder end_location( in ParseExtensions() local1631 end_location.StartAt(start_token); in ParseExtensions()1632 end_location.EndAt(start_token); in ParseExtensions()1740 LocationRecorder end_location( in ParseReservedNumbers() local1751 LocationRecorder end_location( in ParseReservedNumbers() local1753 end_location.StartAt(start_token); in ParseReservedNumbers()1754 end_location.EndAt(start_token); in ParseReservedNumbers()1819 LocationRecorder end_location( in ParseReservedNumbers() local1829 LocationRecorder end_location( in ParseReservedNumbers() local[all …]
94 scanner_location_t end_location; /**< location of expression end */ member
1192 scanner_location_t start_location, end_location; in parser_parse_for_statement_start() local1199 end_location = ((scanner_location_info_t *) context_p->next_scanner_info_p)->location; in parser_parse_for_statement_start()1245 scanner_set_location (context_p, &end_location); in parser_parse_for_statement_start()1290 scanner_get_location (&end_location, context_p); in parser_parse_for_statement_start()1421 scanner_set_location (context_p, &end_location); in parser_parse_for_statement_start()1508 || ((scanner_for_info_t *) context_p->next_scanner_info_p)->end_location.source_p == NULL) in parser_parse_for_statement_start()1544 scanner_set_location (context_p, &for_info_p->end_location); in parser_parse_for_statement_start()
708 for_info_p->end_location.source_p = NULL; in scanner_scan_primary_expression_end()738 scanner_get_location (&for_statement.u.for_info_p->end_location, context_p); in scanner_scan_primary_expression_end()3416 (int) (for_info_p->end_location.source_p - source_start_p), in scanner_scan_all()3417 (int) for_info_p->end_location.line, in scanner_scan_all()3418 (int) for_info_p->end_location.column); in scanner_scan_all()