Searched refs:CPP_TEMPLATE_ID (Results 1 – 10 of 10) sorted by relevance
403 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro410 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
420 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro427 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
11975 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
5616 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()6003 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()6391 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()6506 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()16589 if (token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()16795 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()17324 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()18197 && cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)) in cp_parser_simple_type_specifier()23665 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()28681 && next_token->type != CPP_TEMPLATE_ID) in cp_parser_constructor_declarator_p()
5900 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()6325 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()6446 if (token->type == CPP_TEMPLATE_ID && declarator_p in cp_parser_unqualified_id()6726 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()6842 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()18167 if (token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()18383 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()18924 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()19803 && cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)) in cp_parser_simple_type_specifier()25626 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()[all …]
53 associated with a CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID token.55 a struct tree_check for CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID
2226 * parser.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move to c-common.h.4409 (CPP_TEMPLATE_ID): Likewise.
3233 * parser.c (cp_parser_template_id): Don't set up a CPP_TEMPLATE_ID
367 CPP_TEMPLATE_ID, update the location.
305 * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID