Home
last modified time | relevance | path

Searched refs:do_local_using_decl (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.h344 extern void do_local_using_decl (tree, tree, tree);
DChangeLog-20045589 * name-lookup.c (do_local_using_decl): Create a local binding for
6437 (do_local_using_decl): Invoke debug_hooks to emit debug info
6622 (do_local_using_decl, do_toplevel_using_decl): Add scope and name
6624 * name-lookup.h (do_local_using_decl): Adjust.
Dname-lookup.c2218 do_local_using_decl (tree decl, tree scope, tree name) in do_local_using_decl() function
DChangeLog-20011894 * decl2.c (do_local_using_decl): Push the decls, even in a
2883 (do_local_using_decl): Add to statement tree. Don't do further
DChangeLog-19996224 * decl2.c (do_local_using_decl): Fix loop termination.
6533 * decl2.c (do_local_using_decl): Likewise.
6602 (do_local_using_decl): Call pushdecl to insert declarations.
DChangeLog-2002218 do_toplevel_using_decl, do_local_using_decl,
400 (tsubst_expr): Pass decls, not names, to do_local_using_decl.
DChangeLog-1998161 * decl2.c (do_local_using_decl): Use push_local_binding.
3132 * decl2.c (do_local_using_decl): Handle types and binding level
3294 (do_local_using_decl): New function.
Dpt.c8557 do_local_using_decl (decl, scope, name); in tsubst_expr()
Dparser.c11273 do_local_using_decl (decl, qscope, identifier); in cp_parser_using_declaration()
DChangeLog-2003956 (do_local_using_decl): Likewise.