Home
last modified time | relevance | path

Searched refs:cp_parser_template_id (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c1743 static tree cp_parser_template_id
3573 id = cp_parser_template_id (parser, in cp_parser_id_expression()
3651 id = cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
3662 return cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
3854 id = cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
5107 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name()
9208 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function
10393 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
10636 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier()
13538 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name()
[all …]
H A DChangeLog-2004262 (cp_parser_simple_declaration, cp_parser_template_id): Likewise.
305 * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID
1088 (cp_parser_template_id, cp_parser_template_name): Likewise.
1520 cp_parser_type_parameter, cp_parser_template_id,
2008 (cp_parser_nested_name_specifier_opt, cp_parser_template_id):
2559 cp_parser_translation_unit, cp_parser_template_id,
6407 * parser.c (cp_parser_template_id): Parse tentatively `[:' after a
H A DChangeLog-2003532 (cp_parser_template_id): Likewise.
535 cp_parser_nested_name_specifier_op, cp_parser_template_id,
644 (cp_parser_template_id): Use it.
6445 (cp_parser_template_id): Likewise.
6548 (cp_parser_template_id): Avoid performing name-lookup when
H A DChangeLog380 (cp_parser_template_id): Likewise.
391 (cp_parser_template_id, cp_parser_pre_parsed_nested_name_specifier):
1764 (cp_parser_template_id): Refine heuristic for determining whether
6818 * parser.c (cp_parser_template_id): Revert comment patch too.
6823 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.