Lines Matching refs:cpp_token

1989 		     const cpp_token *tok,  in assert_token_loc_eq()
2043 const cpp_token *tok; in test_lexer()
2116 const cpp_token *get_token ();
2273 const cpp_token *tok; in ~lexer_test()
2285 const cpp_token *
2289 const cpp_token *tok; in get_token()
2441 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple()
2490 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic()
2542 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex()
2588 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct()
2624 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1()
2664 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2()
2700 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn4()
2769 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn8()
2833 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_wide_string()
2883 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_string16()
2924 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_string32()
2966 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_u8()
3040 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_utf8_source()
3085 const cpp_token *tok_a = test.get_token (); in test_lexer_string_locations_concatenation_1()
3091 const cpp_token *tok_b = test.get_token (); in test_lexer_string_locations_concatenation_1()
3143 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_concatenation_2()
3217 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_concatenation_3()
3264 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_macro()
3296 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_stringified_macro_argument()
3335 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_non_string()
3364 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_long_line()
3388 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_one_line()
3428 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_multiline()
3461 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_unterminated()
3491 const cpp_token *tok = test.get_token (); in test_lexer_char_constants()