Lines Matching refs:source_location

1536 	* charset.c: Replace "source_location" with "location_t".
1866 included_from map index with included_at source_location.
2444 comments. Add overload omitting the source_location param.
2446 omitting the range, and accepting a source_location.
2449 overload omitting the source_location param.
2451 omitting the range, and accepting a source_location.
2597 * include/line-map.h (source_location): Fix line numbers in
2633 (_cpp_fake_include): Add 0 as a source_location in call to
2640 * include/cpplib.h (cpp_errno_filename): Add source_location
2643 * init.c (cpp_read_main_file): Add 0 as a source_location in calls
2645 * internal.h (_cpp_find_file): Add source_location param.
2762 a source_location field: "m_loc".
2795 source_location. For clarity, offset the column by the column
2882 param; convert param from source_range to source_location. Drop
2940 source_location.
2941 * include/line-map.h (source_location): Update the descriptive
3012 extract the range from the source_location.
3022 callback, convert param from source_location to rich_location *,
3053 * include/line-map.h (source_location): In the table in the
3095 source_location.
3319 * include/line-map.h (source_location): Add a reference to
3326 to a const source_location.
3419 (source_location): Rewrite and expand the comment for this
3420 typedef, adding an ascii-art table to clarify how source_location
4886 * directives.c (struct if_stack): Use source_location as type
4890 source_location as parameter type, rather than unsigned int.
4997 * line-map.h (source_location): Remove obsolete comment
5711 source_location values in a variable of type linenum_type.
5719 * traditional.c (struct fun_macro): 'line' is a source_location.
5723 * lex.c (_cpp_skip_block_comment): Use source_location.
7062 * internal.h (struct cpp_reader): Use source_location typedef instead.