Lines Matching refs:src_loc

143 	    cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,  in update()
148 m_location = token->src_loc; in update()
185 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc, in update()
200 m_paste_location = token->src_loc; in update()
214 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc, in update()
834 token->src_loc = loc; in builtin_macro()
1021 location_t saved_loc = lhs->src_loc; in paste_tokens()
1033 lhs->src_loc = saved_loc; in paste_tokens()
1362 set_arg_token (arg, &pfile->endarg, token->src_loc, in collect_args()
1582 src, src->src_loc, in enter_macro_context()
1583 src->src_loc, map, i); in enter_macro_context()
1776 (location_t *) &tokens_ptr[index]->src_loc; in arg_token_ptr_at()
1864 return (*it->token_ptr)->src_loc; in macro_arg_token_iter_get_location()
2096 t->src_loc, t->src_loc, in replace_args()
2157 t, t->src_loc, t->src_loc, in replace_args()
2187 t, t->src_loc, t->src_loc, in replace_args()
2201 src->src_loc, src->src_loc, in replace_args()
2312 t->src_loc, t->src_loc, in replace_args()
2351 src->src_loc, map, index); in replace_args()
2393 t, t->src_loc, t->src_loc, in replace_args()
2912 *location = (*token)->src_loc; in consume_next_token_from_context()
2918 *location = (*token)->src_loc; in consume_next_token_from_context()
2931 *location = (*token)->src_loc; in consume_next_token_from_context()
2990 virt_loc = result->src_loc; in cpp_get_token_1()
3030 && !cpp_get_deferred_macro (pfile, node, result->src_loc)) in cpp_get_token_1()
3041 pfile->invocation_location = result->src_loc; in cpp_get_token_1()
3104 virt_loc = result->src_loc; in cpp_get_token_1()
3163 found = _cpp_find_header_unit (pfile, fname, angle, tmp->src_loc); in cpp_get_token_1()