Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h128 typedef enum tag_scope { enum
141 } tag_scope; typedef
323 extern tree lookup_type_scope (tree, tag_scope);
Dcp-tree.h3888 extern tree pushtag (tree, tree, tag_scope);
3924 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
3925 extern tree xref_tag_from_type (tree, tree, tag_scope);
Dname-lookup.c4062 lookup_type_scope (tree name, tag_scope scope) in lookup_type_scope()
4801 pushtag (tree name, tree type, tag_scope scope) in pushtag()
Ddecl.c81 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
9660 tag_scope scope, bool template_header_p) in lookup_and_check_tag()
9741 tag_scope scope, bool template_header_p) in xref_tag()
9875 xref_tag_from_type (tree old, tree id, tag_scope scope) in xref_tag_from_type()
Dparser.c10355 tag_scope ts; in cp_parser_elaborated_type_specifier()
DChangeLog-2004607 * name-lookup.h (tag_scope): New enum type.
DChangeLog6304 (pushtag): Change globalize parameter of type int to tag_scope.