Searched refs:copy_decl (Results 1 – 10 of 10) sorted by relevance
55 tree (*copy_decl) (tree, struct copy_body_data *); member
163 tree t = id->copy_decl (decl, id); in remap_decl()2239 id.copy_decl = copy_decl_maybe_to_var; in optimize_inline_calls()2297 id.copy_decl = copy_decl_no_change; in clone_body()2432 insert_decl_map (id, decl, id->copy_decl (decl, id)); in mark_local_for_remap_r()2522 id.copy_decl = copy_decl_no_change; in unsave_expr_now()2807 id.copy_decl = copy_decl_no_change; in tree_function_versioning()
844 ctx->cb.copy_decl = omp_copy_decl; in new_omp_context()
15515 caller* to src*; add copy_decl hook, transform_call_graph_edges,15523 (remap_decl): Update for member name changes. Use copy_decl hook.
743 copy_decl (tree decl) in copy_decl() function
6451 r = copy_decl (t); in tsubst_decl()6499 r = copy_decl (t); in tsubst_decl()6682 r = copy_decl (t); in tsubst_decl()6829 r = copy_decl (t); in tsubst_decl()6951 r = copy_decl (t); in tsubst_decl()
4125 extern tree copy_decl (tree);
3776 clone = copy_decl (fn); in build_clone()
4528 * cp-tree.h (copy_decl): New function.4530 * lex.c (copy_decl): Define it.
3830 (copy_decl): Update.