Home
last modified time | relevance | path

Searched refs:end_location (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1618 LocationRecorder end_location( in ParseExtensions() local
1629 LocationRecorder end_location( in ParseExtensions() local
1631 end_location.StartAt(start_token); in ParseExtensions()
1632 end_location.EndAt(start_token); in ParseExtensions()
1740 LocationRecorder end_location( in ParseReservedNumbers() local
1751 LocationRecorder end_location( in ParseReservedNumbers() local
1753 end_location.StartAt(start_token); in ParseReservedNumbers()
1754 end_location.EndAt(start_token); in ParseReservedNumbers()
1819 LocationRecorder end_location( in ParseReservedNumbers() local
1829 LocationRecorder end_location( in ParseReservedNumbers() local
[all …]
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.h94 scanner_location_t end_location; /**< location of expression end */ member
Djs-parser-statm.c1192 scanner_location_t start_location, end_location; in parser_parse_for_statement_start() local
1199 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()
Djs-scanner.c708 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()