Home
last modified time | relevance | path

Searched refs:USING_DECL_SCOPE (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c2168 if (USING_DECL_SCOPE (decl) == scope && DECL_NAME (decl) == name) in push_using_decl_1()
2173 USING_DECL_SCOPE (decl) = scope; in push_using_decl_1()
3140 && same_type_p (USING_DECL_SCOPE (decl), in push_class_level_binding_1()
3141 USING_DECL_SCOPE (bval))) in push_class_level_binding_1()
3307 USING_DECL_SCOPE (value) = scope; in do_class_using_decl()
HDcp-tree.def203 /* A using declaration. USING_DECL_SCOPE contains the specified
HDcxx-pretty-print.c1823 pp_cxx_nested_name_specifier (pp, USING_DECL_SCOPE (t)); in pp_cxx_statement()
HDtree.c3293 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
HDerror.c1154 dump_type (USING_DECL_SCOPE (t), flags); in dump_decl()
HDpt.c10278 || uses_template_parms (USING_DECL_SCOPE (t))) in tsubst_decl()
10281 (tsubst_copy (USING_DECL_SCOPE (t), args, complain, in_decl), in tsubst_decl()
12591 tree scope = USING_DECL_SCOPE (decl); in tsubst_expr()
HDcp-tree.h2527 #define USING_DECL_SCOPE(NODE) TREE_TYPE (USING_DECL_CHECK (NODE)) macro
HDclass.c1225 cp_emit_debug_info_for_using (decl, USING_DECL_SCOPE (using_decl)); in handle_using_decl()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c3931 if (USING_DECL_SCOPE (decl) == scope && DECL_NAME (decl) == name) in push_using_decl_1()
3936 USING_DECL_SCOPE (decl) = scope; in push_using_decl_1()
4712 && same_type_p (USING_DECL_SCOPE (decl), in push_class_level_binding_1()
4713 USING_DECL_SCOPE (bval))) in push_class_level_binding_1()
4864 USING_DECL_SCOPE (value) = scope; in do_class_using_decl()
HDtree.c3887 return (cp_tree_equal (USING_DECL_SCOPE (t1), in cp_tree_equal()
3888 USING_DECL_SCOPE (t2)) in cp_tree_equal()
4872 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
HDcp-tree.def200 /* A using declaration. USING_DECL_SCOPE contains the specified
HDcxx-pretty-print.c1883 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
HDerror.c1304 tree scope = USING_DECL_SCOPE (t); in dump_decl()
HDpt.c13525 || uses_template_parms (USING_DECL_SCOPE (t))) in tsubst_decl()
13527 tree scope = USING_DECL_SCOPE (t); in tsubst_decl()
13553 tree inst_scope = tsubst_copy (USING_DECL_SCOPE (t), args, in tsubst_decl()
16664 tree scope = USING_DECL_SCOPE (decl); in tsubst_expr()
HDcp-tree.h3222 #define USING_DECL_SCOPE(NODE) TREE_TYPE (USING_DECL_CHECK (NODE)) macro
HDclass.c7047 USING_DECL_SCOPE (ass_op) = t; in finish_struct()