Lines Matching refs:source_location

50 typedef unsigned int source_location;
85 /* Number of the low-order source_location bits used for a column number. */
167 source_location * GTY((atomic)) macro_locations;
174 source_location expansion;
204 source_location start_location;
263 source_location locus;
281 source_location curr_loc;
299 /* Highest source_location "given out". */
300 source_location highest_location;
302 /* Start of line of highest source_location "given out". */
303 source_location highest_line;
321 source_location builtin_location;
442 extern source_location get_combined_adhoc_loc (struct line_maps *,
443 source_location, void *);
444 extern void *get_data_from_adhoc_loc (struct line_maps *, source_location);
445 extern source_location get_location_from_adhoc_loc (struct line_maps *,
446 source_location);
459 source_location builtin_location);
465 /* Return a source_location for the start (i.e. column==0) of
471 extern source_location linemap_line_start
498 (struct line_maps *, source_location);
521 source_location);
527 source_location);
529 /* source_location values from 0 to RESERVED_LOCATION_COUNT-1 will
534 /* Converts a map and a source_location to source line. */
539 /* Convert a map and source_location to source column number. */
605 /* Encode and return a source_location from a column number. The
609 extern source_location
614 source_location
618 /* Encode and return a source_location starting from location LOC and
621 source_location
623 source_location loc,
646 source_location pre,
647 source_location post);
729 source_location linemap_resolve_location (struct line_maps *,
730 source_location loc,
741 source_location linemap_unwind_toward_expansion (struct line_maps *,
742 source_location loc,
759 source_location linemap_unwind_to_first_non_reserved_loc (struct line_maps *,
760 source_location loc,
769 source_location loc);
794 source_location *loc);
802 void linemap_dump_location (struct line_maps *, source_location, FILE *);