Home
last modified time | relevance | path

Searched refs:pushdecl_with_scope (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h322 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
H A Dname-lookup.c1838 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 DChangeLog-20031025 (pushdecl_with_scope): Likewise.
1410 (pushdecl_with_scope): Likewise.
5977 (pushdecl_with_scope): Likewise.
H A DChangeLog-19944738 * decl.c (pushdecl_with_scope): Fix thinko. Add forward
4741 * decl.c (pushdecl_with_scope): New function.
H A Ddecl.c3386 pushdecl_with_scope (decl, b, /*is_friend=*/false); in cp_make_fname_decl()
H A Dparser.c20180 pushdecl_with_scope (ref_decl, b, /*is_friend=*/false); in build_block_ref_decl()
H A DChangeLog4617 (pushdecl_with_scope): Add is_friend parameter. Change prototype
H A DChangeLog-19985849 * decl.c (pushdecl_with_scope): Handle pushing at class level.