Home
last modified time | relevance | path

Searched refs:innermost_scope_kind (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.h299 extern scope_kind innermost_scope_kind (void);
Dname-lookup.c1486 innermost_scope_kind (void) in innermost_scope_kind() function
1496 return innermost_scope_kind () == sk_template_parms; in template_parm_scope_p()
DChangeLog-20031007 (innermost_scope_kind): Likewise.
1373 (innermost_scope_kind): New method.
1388 (innermost_scope_kind): New method.
Dparser.c15823 gcc_assert (innermost_scope_kind () == sk_template_parms in cp_parser_single_declaration()
15824 || innermost_scope_kind () == sk_template_spec); in cp_parser_single_declaration()
Dclass.c6289 if (!(innermost_scope_kind() == sk_class in maybe_note_name_used_in_class()