Searched refs:CPP_DECLTYPE (Results 1 – 9 of 9) sorted by relevance
413 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) macro416 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
6201 else if (token_type == CPP_DECLTYPE) in c_parse_error()
430 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) macro433 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
6586 else if (token_type == CPP_DECLTYPE) in c_parse_error()
11977 (CPP_DECLTYPE): New.11978 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
1040 || t->type == CPP_DECLTYPE); in token_is_decltype()6489 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE) in cp_parser_nested_name_specifier_opt()14879 if (start_token->type == CPP_DECLTYPE) in cp_parser_decltype()14989 start_token->type = CPP_DECLTYPE; in cp_parser_decltype()18084 if (token->type == CPP_DECLTYPE in cp_parser_simple_type_specifier()
1101 || t->type == CPP_DECLTYPE); in token_is_decltype()6825 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE) in cp_parser_nested_name_specifier_opt()16416 if (start_token->type == CPP_DECLTYPE) in cp_parser_decltype()16545 start_token->type = CPP_DECLTYPE; in cp_parser_decltype()19690 if (token->type == CPP_DECLTYPE in cp_parser_simple_type_specifier()
225 * parser.h (struct cp_token): Tell GTY that CPP_DECLTYPE uses
2222 (cp_parser_decltype): Replace source tokens with CPP_DECLTYPE.