Lines Matching refs:RID_TEMPLATE
3953 if (success && token->keyword == RID_TEMPLATE) in cp_parser_nested_name_specifier_opt()
5102 && cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_pseudo_destructor_name()
7621 else if (token1.keyword == RID_TEMPLATE) in cp_parser_declaration()
7645 && token2.keyword == RID_TEMPLATE) in cp_parser_declaration()
8991 if (token->keyword == RID_TEMPLATE) in cp_parser_template_parameter()
9106 case RID_TEMPLATE: in cp_parser_type_parameter()
9918 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_instantiation()
10000 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_specialization()
10031 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_explicit_specialization()
14261 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_member_declaration()
16201 if (!cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'")) in cp_parser_template_declaration_after_export()
16261 RID_TEMPLATE)) in cp_parser_template_declaration_after_export()
17248 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_optional_template_keyword()