Searched refs:forced_token_location (Results 1 – 7 of 7) sorted by relevance
583 location_t forced_token_location; member
2772 if (pfile->forced_token_location) in _cpp_lex_direct()2773 result->src_loc = pfile->forced_token_location; in _cpp_lex_direct()3821 r->forced_token_location = loc; in cpp_force_token_locations()3829 r->forced_token_location = 0; in cpp_stop_forcing_token_locations()
273 pfile->forced_token_location = 0; in cpp_create_reader()
598 location_t forced_token_location; member
281 pfile->forced_token_location = 0; in cpp_create_reader()
3594 if (pfile->forced_token_location) in _cpp_lex_direct()3595 result->src_loc = pfile->forced_token_location; in _cpp_lex_direct()4666 r->forced_token_location = loc; in cpp_force_token_locations()4674 r->forced_token_location = 0; in cpp_stop_forcing_token_locations()
1581 to forced_token_location and drop its pointerness.