Searched refs:tag_scope (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c82 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
10213 tag_scope scope, bool template_header_p)
10300 tag_scope scope, bool template_header_p)
10434 xref_tag_from_type (tree old, tree id, tag_scope scope)
10666 /*tag_scope=*/ts_current,
10684 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dname-lookup.c4121 lookup_type_scope (tree name, tag_scope scope)
4862 pushtag (tree name, tree type, tag_scope scope)
H A Dname-lookup.h132 typedef enum tag_scope {
145 } tag_scope;
328 extern tree lookup_type_scope (tree, tag_scope);
130 typedef enum tag_scope { enum
143 } tag_scope; typedef in typeref:enum:tag_scope
H A Dparser.c10781 tag_scope ts;
14082 type = xref_tag (class_key, id, /*tag_scope=*/ts_current,
H A Dcp-tree.h3946 extern tree pushtag (tree, tree, tag_scope);
3984 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
3985 extern tree xref_tag_from_type (tree, tree, tag_scope);

Completed in 214 milliseconds