Home | History | Annotate | Download | only in libcpp

Lines Matching defs:src_loc

51       return pfile->cur_token[-1].src_loc;
80 location_t src_loc = cpp_diagnostic_get_current_location (pfile);
81 rich_location richloc (pfile->line_table, src_loc);
197 location_t src_loc, unsigned int column,
204 rich_location richloc (pfile->line_table, src_loc);
216 location_t src_loc, unsigned int column,
224 ret = cpp_diagnostic_with_line (pfile, level, CPP_W_NONE, src_loc,
235 location_t src_loc, unsigned int column,
243 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc,
254 location_t src_loc, unsigned int column,
262 ret = cpp_diagnostic_with_line (pfile, CPP_DL_PEDWARN, reason, src_loc,
274 location_t src_loc, unsigned int column,
282 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING_SYSHDR, reason, src_loc,
289 /* As cpp_error, but use SRC_LOC as the location of the error, without
294 location_t src_loc, const char *msgid, ...)
301 rich_location richloc (pfile->line_table, src_loc);