Searched refs:next_exploc (Results 1 – 4 of 4) sorted by relevance
898 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() local901 next_exploc.line, next_exploc.column); in print_parseable_fixits()
1032 expanded_location next_exploc = expand_location (next_loc); in print_parseable_fixits() local1036 = convert_column_unit (column_unit, tabstop, next_exploc); in print_parseable_fixits()1039 next_exploc.line, next_col); in print_parseable_fixits()
2917 expanded_location next_exploc = expand_location (next->location); in cp_parser_error_1() local2918 if (next_exploc.file != token_exploc.file) in cp_parser_error_1()2920 if (next_exploc.line != token_exploc.line) in cp_parser_error_1()
3048 expanded_location next_exploc = expand_location (next->location); in cp_parser_error_1() local3049 if (next_exploc.file != token_exploc.file) in cp_parser_error_1()3051 if (next_exploc.line != token_exploc.line) in cp_parser_error_1()