Searched refs:scanner_location_t (Results 1 – 5 of 5) sorted by relevance
64 } scanner_location_t; typedef84 scanner_location_t location; /**< location */93 scanner_location_t expression_location; /**< location of expression start */94 scanner_location_t end_location; /**< location of expression end */103 scanner_location_t location; /**< location of case statement */
197 scanner_location_t condition_location; /**< condition part */207 scanner_location_t condition_location; /**< condition part */208 scanner_location_t expression_location; /**< expression part */1074 scanner_location_t location; in parser_parse_while_statement_end()1192 scanner_location_t start_location, end_location; in parser_parse_for_statement_start()1566 scanner_location_t location; in parser_parse_for_statement_end()1679 scanner_location_t start_location; in parser_parse_switch_statement_start()2445 scanner_location_t location; in parser_parse_export_statement()
770 void scanner_get_location (scanner_location_t *location_p, parser_context_t *context_p);771 void scanner_set_location (parser_context_t *context_p, scanner_location_t *location_p);
2463 scanner_get_location (scanner_location_t *location_p, /**< location */ in scanner_get_location()2476 scanner_location_t *location_p) /**< location */ in scanner_set_location()
2693 scanner_location_t location; /**< end position of the pattern */2722 scanner_location_t start_location; in parser_pattern_get_target()