Lines Matching refs:src_loc
55 location_t src_loc; in cpp_diagnostic() local
60 src_loc = pfile->directive_line; in cpp_diagnostic()
62 src_loc = pfile->line_table->highest_line; in cpp_diagnostic()
68 src_loc = 0; in cpp_diagnostic()
72 src_loc = pfile->cur_token[-1].src_loc; in cpp_diagnostic()
74 rich_location richloc (pfile->line_table, src_loc); in cpp_diagnostic()
153 location_t src_loc, unsigned int column, in cpp_diagnostic_with_line() argument
160 rich_location richloc (pfile->line_table, src_loc); in cpp_diagnostic_with_line()
172 location_t src_loc, unsigned int column, in cpp_error_with_line() argument
180 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc, in cpp_error_with_line()
191 location_t src_loc, unsigned int column, in cpp_warning_with_line() argument
199 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc, in cpp_warning_with_line()
210 location_t src_loc, unsigned int column, in cpp_pedwarning_with_line() argument
218 ret = cpp_diagnostic_with_line (pfile, CPP_DL_PEDWARN, reason, src_loc, in cpp_pedwarning_with_line()
230 location_t src_loc, unsigned int column, in cpp_warning_with_line_syshdr() argument
238 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING_SYSHDR, reason, src_loc, in cpp_warning_with_line_syshdr()
250 location_t src_loc, const char *msgid, ...) in cpp_error_at() argument
257 rich_location richloc (pfile->line_table, src_loc); in cpp_error_at()