Searched refs:pushdecl_with_scope (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | name-lookup.h | 322 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
|
| H A D | name-lookup.c | 1838 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) in pushdecl_with_scope() function 3241 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace), is_friend); in pushdecl_namespace_level() 4948 decl = pushdecl_with_scope (decl, b, /*is_friend=*/false); in pushtag()
|
| H A D | ChangeLog-2003 | 1025 (pushdecl_with_scope): Likewise. 1410 (pushdecl_with_scope): Likewise. 5977 (pushdecl_with_scope): Likewise.
|
| H A D | ChangeLog-1994 | 4738 * decl.c (pushdecl_with_scope): Fix thinko. Add forward 4741 * decl.c (pushdecl_with_scope): New function.
|
| H A D | decl.c | 3386 pushdecl_with_scope (decl, b, /*is_friend=*/false); in cp_make_fname_decl()
|
| H A D | parser.c | 20180 pushdecl_with_scope (ref_decl, b, /*is_friend=*/false); in build_block_ref_decl()
|
| H A D | ChangeLog | 4617 (pushdecl_with_scope): Add is_friend parameter. Change prototype
|
| H A D | ChangeLog-1998 | 5849 * decl.c (pushdecl_with_scope): Handle pushing at class level.
|