Home | History | Annotate | Download | only in include

Lines Matching defs:source_location

42    and effectively typedef source_location location_t.  */
43 typedef unsigned int source_location;
64 source_location start_location;
69 /* Number of the low-order source_location bits used for a column number. */
93 /* Highest source_location "given out". */
94 source_location highest_location;
96 /* Start of line of highest source_location "given out". */
97 source_location highest_line;
118 /* Return a source_location for the start (i.e. column==0) of
124 extern source_location linemap_line_start
145 (struct line_maps *, source_location);
153 /* Converts a map and a source_location to source line. */
184 source_location r = set->highest_line; \
192 extern source_location