Home
last modified time | relevance | path

Searched refs:ts_within_enclosing_non_class (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.h139 ts_within_enclosing_non_class = 2 /* Search within enclosing non-class enumerator
Dname-lookup.c4182 && scope == ts_within_enclosing_non_class) in lookup_type_scope()
4917 if (scope == ts_within_enclosing_non_class) in pushtag()
4928 (type, scope == ts_within_enclosing_non_class, b); in pushtag()
Ddecl.c10212 decl = lookup_type_scope (name, ts_within_enclosing_non_class); in lookup_and_check_tag()
10399 if (scope != ts_within_enclosing_non_class in xref_tag()
Dparser.c10784 ts = ts_within_enclosing_non_class; in cp_parser_elaborated_type_specifier()