Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c1712 static tree cp_parser_template_id
3379 id = cp_parser_template_id (parser, in cp_parser_id_expression()
3457 id = cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
3468 return cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
3660 id = cp_parser_template_id (parser, template_keyword_p, in cp_parser_unqualified_id()
4913 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name()
8790 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function
9975 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
10218 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier()
13030 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name()
[all …]
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
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
DChangeLog311 (cp_parser_template_id): Likewise.
322 (cp_parser_template_id, cp_parser_pre_parsed_nested_name_specifier):
1695 (cp_parser_template_id): Refine heuristic for determining whether
6749 * parser.c (cp_parser_template_id): Revert comment patch too.
6754 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.