Searched refs:orig_decl (Results 1 – 3 of 3) sorted by relevance
2191 tree orig_decl = decl; in do_local_using_decl() local2237 cp_emit_debug_info_for_using (orig_decl, current_scope()); in do_local_using_decl()3303 tree orig_decl = decl; in do_toplevel_using_decl() local3319 cp_emit_debug_info_for_using (orig_decl, current_namespace); in do_toplevel_using_decl()
2353 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local2356 decl = build_decl (TREE_CODE (orig_decl), DECL_NAME (orig_decl), type); in reduce_template_parm_level()2357 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level()2358 TREE_INVARIANT (decl) = TREE_INVARIANT (orig_decl); in reduce_template_parm_level()2359 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level()
3267 tree orig_decl = TYPE_NAME (class); local3272 if (!INNER_CLASS_TYPE_P (class) && !DECL_INNER_CLASS_LIST (orig_decl))3304 decl = orig_decl;