Home
last modified time | relevance | path

Searched refs:cp_parser_lookup_name (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-2004220 * parser.c (cp_parser_lookup_name): Remove unneeded TYPENAME_TYPE
487 cp_parser_lookup_name.
494 (cp_parser_type_parameter): Adjust calls to cp_parser_lookup_name.
499 make_typename_type and cp_parser_lookup_name.
502 Adjust calls to make_typename_type and cp_parser_lookup_name.
505 (cp_parser_lookup_name): Replace is_type parameter with tag_type.
508 cp_parser_lookup_name.
1032 * parser.c (cp_parser_lookup_name): Adjust call to
1523 cp_parser_base_specifier, cp_parser_lookup_name,
2560 cp_parser_lookup_name, cp_parser_late_parsing_for_member): Likewise.
[all …]
Dparser.c1796 static tree cp_parser_lookup_name
3182 decl = cp_parser_lookup_name (parser, id_expression, in cp_parser_primary_expression()
3846 decl = cp_parser_lookup_name (parser, token->u.value, in cp_parser_nested_name_specifier_opt()
8747 = cp_parser_lookup_name (parser, default_argument, in cp_parser_type_parameter()
9123 decl = cp_parser_lookup_name (parser, identifier, in cp_parser_template_name()
9325 argument = cp_parser_lookup_name (parser, argument, in cp_parser_template_argument()
10257 decl = cp_parser_lookup_name (parser, identifier, in cp_parser_elaborated_type_specifier()
10603 namespace_decl = cp_parser_lookup_name (parser, identifier, in cp_parser_namespace_name()
13008 decl = cp_parser_lookup_name (parser, identifier, in cp_parser_class_name()
14989 cp_parser_lookup_name (cp_parser *parser, tree name, in cp_parser_lookup_name() function
[all …]
DChangeLog3717 (cp_parser_lookup_name): Likewise.
3889 parameter name for cp_parser_lookup_name.
3894 (cp_parser_lookup_name): Rename ambiguous_p parameter to
3898 parameter name for cp_parser_lookup_name.
4155 (cp_parser_lookup_name): Use build_qualified_name.
4720 * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
6307 * parser.c (cp_parser_lookup_name): Don't deal with hidden name
6673 * parser.c (cp_parser_lookup_name): Lazily create destructors, if
7020 cp_parser_lookup_name,
DChangeLog-20032990 * parser.c (cp_parser_lookup_name): Adjust call to
3296 (cp_parser_lookup_name): Adjust call to lookup_qualified_name.
3744 * parser.c (cp_parser_lookup_name): Likewise.
4400 (cp_parser_lookup_name): Likewise.
6280 (cp_parser_lookup_name): Likewise.
6448 (cp_parser_lookup_name): Likewise.
DChangeLog-200232 (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
35 (cp_parser_lookup_name): Add is_namespace parameter.
37 cp_parser_lookup_name.
108 (cp_parser_lookup_name): Optimize common case.