Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c13294 enum tag_types class_key; in cp_parser_class_head() local
13312 class_key = cp_parser_class_key (parser); in cp_parser_class_head()
13313 if (class_key == none_type) in cp_parser_class_head()
13572 type = xref_tag (class_key, id, /*tag_scope=*/ts_current, in cp_parser_class_head()
13579 CLASSTYPE_DECLARED_CLASS (type) = (class_key == class_type); in cp_parser_class_head()
13580 cp_parser_check_class_key (class_key, type); in cp_parser_class_head()
16692 cp_parser_check_class_key (enum tag_types class_key, tree type) in cp_parser_check_class_key() argument
16694 if ((TREE_CODE (type) == UNION_TYPE) != (class_key == union_type)) in cp_parser_check_class_key()
16696 class_key == union_type ? "union" in cp_parser_check_class_key()
16697 : class_key == record_type ? "struct" : "class", in cp_parser_check_class_key()