Searched refs:tag_scope (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | name-lookup.h | 128 typedef enum tag_scope { enum 141 } tag_scope; typedef 323 extern tree lookup_type_scope (tree, tag_scope);
|
| D | cp-tree.h | 3888 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);
|
| D | name-lookup.c | 4062 lookup_type_scope (tree name, tag_scope scope) in lookup_type_scope() 4801 pushtag (tree name, tree type, tag_scope scope) in pushtag()
|
| D | decl.c | 81 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()
|
| D | parser.c | 10355 tag_scope ts; in cp_parser_elaborated_type_specifier()
|
| D | ChangeLog-2004 | 607 * name-lookup.h (tag_scope): New enum type.
|
| D | ChangeLog | 6304 (pushtag): Change globalize parameter of type int to tag_scope.
|