Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.h320 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
H A Dname-lookup.c1841 pushdecl_with_scope (tree x, cxx_scope *level, bool is_friend) in pushdecl_with_scope() function
3212 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace), is_friend); in pushdecl_namespace_level()
4892 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.c3374 pushdecl_with_scope (decl, b, /*is_friend=*/false); in cp_make_fname_decl()
H A DChangeLog4548 (pushdecl_with_scope): Add is_friend parameter. Change prototype
H A DChangeLog-19985849 * decl.c (pushdecl_with_scope): Handle pushing at class level.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c717 static tree pushdecl_with_scope PARAMS ((tree, struct cp_binding_level *));
3058 d = pushdecl_with_scope (d, b);
3101 TYPE_STUB_DECL (type) = pushdecl_with_scope (d, b);
4545 pushdecl_with_scope (x, level) in pushdecl_with_scope() function
4584 t = pushdecl_with_scope (x, NAMESPACE_LEVEL (current_namespace));
H A DChangeLog.18178 * decl.c (pushdecl_with_scope): Fix thinko. Add forward
8181 * decl.c (pushdecl_with_scope): New function.
H A DChangeLog1842 (pushdecl_with_scope): Likewise.
H A DChangeLog.212637 * decl.c (pushdecl_with_scope): Handle pushing at class level.