Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dcp-tree.h3971 extern tree get_scope_of_declarator (const cp_declarator *);
H A DChangeLog-200416 * decl.c (get_scope_of_declarator): Adjust accordingly.
4526 (get_scope_of_declarator): Likewise.
4545 (get_scope_of_declarator): Reimplement.
H A DChangeLog-2002317 (get_scope_of_declarator): Declare it.
352 (get_scope_of_declarator): New function.
H A Dparser.c11566 scope = get_scope_of_declarator (declarator); in cp_parser_init_declarator()
12371 scope = get_scope_of_declarator (declarator); in cp_parser_direct_declarator()
H A Ddecl.c7216 get_scope_of_declarator (const cp_declarator *declarator) in get_scope_of_declarator() function