Searched refs:highest_location (Results 1 – 3 of 3) sorted by relevance
41 set->highest_location = 0; in linemap_init()92 source_location start_location = set->highest_location + 1; in linemap_add()156 set->highest_location = start_location; in linemap_add()183 source_location highest = set->highest_location; in linemap_line_start()230 if (r > set->highest_location) in linemap_line_start()231 set->highest_location = r; in linemap_line_start()254 if (r >= set->highest_location) in linemap_position_for_column()255 set->highest_location = r; in linemap_position_for_column()
830 pfile->line_table->highest_location--; in _cpp_stack_include()
84 source_location highest_location; member172 if (r >= set->highest_location) \173 set->highest_location = r; \