Searched refs:do_local_using_decl (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 342 extern void do_local_using_decl (tree, tree, tree);
|
| H A D | ChangeLog-2004 | 5589 * 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.
|
| H A D | name-lookup.c | 2188 do_local_using_decl (tree decl, tree scope, tree name) in do_local_using_decl() function
|
| H A D | ChangeLog-2001 | 1894 * 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
|
| H A D | ChangeLog-1999 | 6224 * 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.
|
| H A D | ChangeLog-2002 | 218 do_toplevel_using_decl, do_local_using_decl, 400 (tsubst_expr): Pass decls, not names, to do_local_using_decl.
|
| H A D | ChangeLog-1998 | 161 * 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.
|
| H A D | pt.c | 8543 do_local_using_decl (decl, scope, name); in tsubst_expr()
|
| H A D | parser.c | 10850 do_local_using_decl (decl, qscope, identifier); in cp_parser_using_declaration()
|
| H A D | ChangeLog-2003 | 956 (do_local_using_decl): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | parse.y | 3556 { do_local_using_decl ($1);
|
| H A D | decl2.c | 4690 do_local_using_decl (decl) in do_local_using_decl() function
|
| H A D | cp-tree.h | 3918 extern void do_local_using_decl PARAMS ((tree));
|
| H A D | pt.c | 7688 do_local_using_decl (build_nt (SCOPE_REF, scope, name));
|
| H A D | ChangeLog.2 | 6224 * 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. 6949 * decl2.c (do_local_using_decl): Use push_local_binding. 9920 * decl2.c (do_local_using_decl): Handle types and binding level 10082 (do_local_using_decl): New function.
|
| H A D | ChangeLog | 7871 * decl2.c (do_local_using_decl): Push the decls, even in a 8860 (do_local_using_decl): Add to statement tree. Don't do further
|