Lines Matching refs:src_loc
51 return pfile->cur_token[-1].src_loc; in cpp_diagnostic_get_current_location()
80 location_t src_loc = cpp_diagnostic_get_current_location (pfile); in cpp_diagnostic() local
81 rich_location richloc (pfile->line_table, src_loc); in cpp_diagnostic()
197 location_t src_loc, unsigned int column, in cpp_diagnostic_with_line() argument
204 rich_location richloc (pfile->line_table, src_loc); in cpp_diagnostic_with_line()
216 location_t src_loc, unsigned int column, in cpp_error_with_line() argument
224 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, in cpp_error_with_line()
235 location_t src_loc, unsigned int column, in cpp_warning_with_line() argument
243 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc, in cpp_warning_with_line()
254 location_t src_loc, unsigned int column, in cpp_pedwarning_with_line() argument
262 ret = cpp_diagnostic_with_line (pfile, CPP_DL_PEDWARN, reason, src_loc, in cpp_pedwarning_with_line()
274 location_t src_loc, unsigned int column, in cpp_warning_with_line_syshdr() argument
282 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING_SYSHDR, reason, src_loc, in cpp_warning_with_line_syshdr()
294 location_t src_loc, const char *msgid, ...) in cpp_error_at() argument
301 rich_location richloc (pfile->line_table, src_loc); in cpp_error_at()