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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c24261 enum tag_types class_key;
24283 class_key = cp_parser_class_key (parser);
24284 if (class_key == none_type)
24379 class_key,
24404 class_key,
24624 type = xref_tag (class_key, id, tag_scope,
24629 cp_parser_check_class_key (parser, UNKNOWN_LOCATION, class_key, type,
24635 CLASSTYPE_DECLARED_CLASS (type) = class_key == class_type;
31054 class_decl_loc_t (tag_types class_key, bool key_redundant, bool def_p,
31056 : locvec (), idxdef (def_p ? 0 : UINT_MAX), def_class_key (class_key)
24259 enum tag_types class_key; local
31052 class_decl_loc_t(tag_types class_key, bool key_redundant, bool def_p, location_t curloc = input_location) argument
31117 tag_types class_key (unsigned i) const function
31141 tag_types class_key; member in struct:class_key_loc_t
31168 cp_parser_check_class_key(cp_parser *parser, location_t key_loc, tag_types class_key, tree type, bool def_p, bool decl_p) argument
31228 add(cp_parser *parser, location_t key_loc, tag_types class_key, tree type, bool def_p, bool decl_p) argument
31326 add_or_diag_mismatched_tag(tree type_decl, tag_types class_key, bool redundant, bool def_p) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc26265 enum tag_types class_key;
26287 class_key = cp_parser_class_key (parser);
26288 if (class_key == none_type)
26383 class_key,
26408 class_key,
26624 type = xref_tag (class_key, id, how,
26629 cp_parser_check_class_key (parser, UNKNOWN_LOCATION, class_key, type,
26635 CLASSTYPE_DECLARED_CLASS (type) = class_key == class_type;
[all...]

Completed in 434 milliseconds