Home
last modified time | relevance | path

Searched refs:cp_emit_debug_info_for_using (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.h352 extern void cp_emit_debug_info_for_using (tree, tree);
Dname-lookup.c2267 cp_emit_debug_info_for_using (orig_decl, current_scope()); in do_local_using_decl()
3348 cp_emit_debug_info_for_using (orig_decl, current_namespace); in do_toplevel_using_decl()
5184 cp_emit_debug_info_for_using (tree t, tree context) in cp_emit_debug_info_for_using() function
DChangeLog3460 cp_emit_debug_info_for_using.
4959 * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
5412 (cp_emit_debug_info_for_using): Make extern.
5414 * name-lookup.h (cp_emit_debug_info_for_using): Declare.
Dclass.c1184 cp_emit_debug_info_for_using (decl, USING_DECL_SCOPE (using_decl)); in handle_using_decl()
DChangeLog-20042824 passed to cp_emit_debug_info_for_using more carefully.
6442 (cp_emit_debug_info_for_using): New function.