Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2008935 * parser.c (cp_parser_template_id): Likewise.
1363 * parser.c (cp_parser_template_id, cp_parser_namespace_definition,
1457 cp_parser_type_parameter, cp_parser_template_id,
2042 (cp_parser_template_id): Likewise.
2552 * parser.c (cp_parser_template_id): Likewise.
H A DChangeLog-2015223 (cp_parser_template_id, cp_parser_decltype_expr): Use it.
230 (cp_parser_template_id): Use it.
366 (cp_parser_template_id): When converting a token to
1999 (cp_parser_template_id): Handle partial concept id.
2355 * parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
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-20141530 specially cp_parser_template_id returning a BASELINK.
1624 * parser.c (cp_parser_template_id): Build a TEMPLATE_ID_EXPR for
2525 (cp_parser_template_id): Likewise.
3233 * parser.c (cp_parser_template_id): Don't set up a CPP_TEMPLATE_ID
H A DChangeLog-2012900 * parser.c (cp_parser_template_id): In C++11 mode simply accept
1610 * parser.c (cp_parser_template_id): Add tag_type parm.
1958 cp_parser_template_id, cp_parser_omp_for_loop): Likewise.
H A DChangeLog-200690 (cp_parser_template_id): Likewise.
343 * parser.c (cp_parser_template_id,
1675 (cp_parser_template_id): Refine heuristic for determining whether
H A DChangeLog-2018268 * parser.c (cp_parser_template_id): Rearrange deferred access
1098 (cp_parser_template_id): Give errors if parsing the template argument
2206 * parser.c (cp_parser_template_id): Combine entering_scope decl &
2422 (cp_parser_template_id): Not here ...
3598 * parser.c (cp_parser_template_id): Likewise.
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 Dparser.cc2488 static tree cp_parser_template_id
8583 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name()
18150 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function
18417 tree x = cp_parser_template_id (parser, template_keyword_p, check_dependency_p, in cp_parser_template_id_expr()
19777 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
19807 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
19844 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
20157 type_decl = cp_parser_template_id (parser, in cp_parser_type_name()
20400 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier()
25713 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name()
[all …]
H A DChangeLog-20053234 * parser.c (cp_parser_template_id): Revert comment patch too.
3239 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
H A DChangeLog-20133698 * parser.c (cp_parser_template_id): Don't forget access checks.
4255 * parser.c (cp_parser_template_id): Revert core of previous change
H A DChangeLog-20191403 (cp_parser_template_id): Set tree_check_p.
2063 (cp_parser_template_id): Don't try to resolve a concept template-id yet.
4002 * parser.c (cp_parser_template_id): Likewise.
H A DChangeLog-20172693 * parser.c (cp_parser_template_id): Use the range location on the
3640 * parser.c (cp_parser_template_id): Keep the lookup when stashing
H A DChangeLog-2009268 (cp_parser_template_id, cp_parser_explicit_instantiation,
H A DChangeLog-20102385 (cp_parser_template_id): Likewise.
H A DChangeLog-20162624 * parser.c (cp_parser_template_id): Don't call cp_lexer_peek_nth_token
H A DChangeLog-2011801 (cp_parser_template_id): Handle specializations of alias
H A DChangeLog-20211261 (cp_parser_template_id): Handle TYPENAME_TYPE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2363 static tree cp_parser_template_id
8123 cp_parser_template_id (parser, in cp_parser_pseudo_destructor_name()
16572 cp_parser_template_id (cp_parser *parser, in cp_parser_template_id() function
16829 tree x = cp_parser_template_id (parser, template_keyword_p, check_dependency_p, in cp_parser_template_id_expr()
18171 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
18201 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
18238 type = cp_parser_template_id (parser, in cp_parser_simple_type_specifier()
18539 type_decl = cp_parser_template_id (parser, in cp_parser_type_name()
18782 decl = cp_parser_template_id (parser, template_p, in cp_parser_elaborated_type_specifier()
23741 decl = cp_parser_template_id (parser, template_keyword_p, in cp_parser_class_name()
[all …]