Home
last modified time | relevance | path

Searched refs:substr_loc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c890 c_get_substring_location (const substring_loc &substr_loc, in c_get_substring_location() argument
894 = get_cpp_ttype_from_string_type (substr_loc.get_string_type ()); in c_get_substring_location()
899 substr_loc.get_fmt_string_loc (), in c_get_substring_location()
901 substr_loc.get_caret_idx (), in c_get_substring_location()
902 substr_loc.get_start_idx (), in c_get_substring_location()
903 substr_loc.get_end_idx (), in c_get_substring_location()
H A Dc-common.h1113 extern const char *c_get_substring_location (const substring_loc &substr_loc,
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc913 c_get_substring_location (const substring_loc &substr_loc, in c_get_substring_location() argument
917 = get_cpp_ttype_from_string_type (substr_loc.get_string_type ()); in c_get_substring_location()
922 substr_loc.get_fmt_string_loc (), in c_get_substring_location()
924 substr_loc.get_caret_idx (), in c_get_substring_location()
925 substr_loc.get_start_idx (), in c_get_substring_location()
926 substr_loc.get_end_idx (), in c_get_substring_location()
H A Dc-common.h1143 extern const char *c_get_substring_location (const substring_loc &substr_loc,