Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2004290 * parser.c (cp_parser_class_head): Reject typedef-name in class head.
422 * parser.c (cp_parser_class_head): Return NULL_TREE when
503 (cp_parser_class_head): Adjust calls to cp_parser_class_name.
616 cp_parser_class_head): Adjust call to xref_tag.
955 (cp_parser_class_head): Adjust call to current_scope.
1522 cp_parser_parameter_declaration_list, cp_parser_class_head,
3759 * parser.c (cp_parser_class_head): Remove unused variable.
3787 * parser.c (cp_parser_class_head): Always call xref_basetypes.
5202 * parser.c (cp_parser_class_head): Robustify.
5816 * parser.c (cp_parser_class_head): Pass back attributes in the
[all …]
H A DChangeLog-2003469 (cp_parser_class_head): Likewise.
487 * parser.c (cp_parser_class_head): Handle invalid explicit
500 (cp_parser_class_head): Likewise.
550 (cp_parser_class_head): Likewise.
2142 (cp_parser_class_head): Or handle_class_head. Check for
2384 cp_parser_class_head): Likewise.
3824 * parser.c (cp_parser_class_head): See through dependent names
5360 (cp_parser_class_head): Fix typo in error message.
5383 * parser.c (cp_parser_class_head): Check that
6133 (cp_parser_class_head): Use resolve_typename_type, not
[all …]
H A DChangeLog450 * parser.c (cp_parser_class_head): Move processing
520 * parser.c (cp_parser_class_head): Check the return value
917 * parser.c (cp_parser_class_head): Use return value of
6210 * parser.c (cp_parser_class_head): Return NULL_TREE when
6455 * parser.c (cp_parser_class_head): Check for redefintions here.
7019 cp_parser_class_specifier, cp_parser_class_head,
H A Dparser.c1658 static tree cp_parser_class_head
13102 type = cp_parser_class_head (parser, in cp_parser_class_specifier()
13288 cp_parser_class_head (cp_parser* parser, in cp_parser_class_head() function
H A DChangeLog-2002221 * parser.c (cp_parser_class_head): Use booleanss.