Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h137 ts_within_enclosing_non_class = 2 /* Search within enclosing non-class enumerator
Dname-lookup.c4128 && scope == ts_within_enclosing_non_class) in lookup_type_scope()
4861 if (scope == ts_within_enclosing_non_class) in pushtag()
4872 (type, scope == ts_within_enclosing_non_class, b); in pushtag()
Ddecl.c9676 decl = lookup_type_scope (name, ts_within_enclosing_non_class); in lookup_and_check_tag()
9857 if (scope != ts_within_enclosing_non_class in xref_tag()
Dparser.c10360 ts = ts_within_enclosing_non_class; in cp_parser_elaborated_type_specifier()