Searched refs:tag_scope (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h129 typedef enum tag_scope {
142 } tag_scope;
316 extern tree lookup_type_scope (tree, tag_scope);
127 typedef enum tag_scope { enum
140 } tag_scope; typedef in typeref:enum:tag_scope
H A Dcp-tree.h4649 extern tree pushtag (tree, tree, tag_scope);
4697 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
4698 extern tree xref_tag_from_type (tree, tree, tag_scope);
H A Dname-lookup.c4375 lookup_type_scope (tree name, tag_scope scope)
5160 pushtag (tree name, tree type, tag_scope scope)
H A Ddecl.c82 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
10753 tag_scope scope, bool template_header_p)
10840 tag_scope scope, bool template_header_p)
10974 xref_tag_from_type (tree old, tree id, tag_scope scope)
11220 /*tag_scope=*/ts_current,
11239 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dparser.c12523 tag_scope ts;
16374 type = xref_tag (class_key, id, /*tag_scope=*/ts_current,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dname-lookup.h129 typedef enum tag_scope {
142 } tag_scope;
321 extern tree lookup_type_scope (tree, tag_scope);
127 typedef enum tag_scope { enum
140 } tag_scope; typedef in typeref:enum:tag_scope
H A Dcp-tree.h3856 extern tree pushtag (tree, tree, tag_scope);
3892 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
3893 extern tree xref_tag_from_type (tree, tree, tag_scope);
H A Ddecl.c81 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
9455 tag_scope scope, bool template_header_p)
9536 tag_scope scope, bool template_header_p)
9667 xref_tag_from_type (tree old, tree id, tag_scope scope)
9885 /*tag_scope=*/ts_current,
9903 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dname-lookup.c4082 lookup_type_scope (tree name, tag_scope scope)
4810 pushtag (tree name, tree type, tag_scope scope)
H A Dparser.c10253 tag_scope ts;
13414 type = xref_tag (class_key, id, /*tag_scope=*/ts_current,

Completed in 515 milliseconds