Searched refs:USING_DECL_SCOPE (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | name-lookup.c | 2168 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()
|
| HD | cp-tree.def | 203 /* A using declaration. USING_DECL_SCOPE contains the specified
|
| HD | cxx-pretty-print.c | 1823 pp_cxx_nested_name_specifier (pp, USING_DECL_SCOPE (t)); in pp_cxx_statement()
|
| HD | tree.c | 3293 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
|
| HD | error.c | 1154 dump_type (USING_DECL_SCOPE (t), flags); in dump_decl()
|
| HD | pt.c | 10278 || 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()
|
| HD | cp-tree.h | 2527 #define USING_DECL_SCOPE(NODE) TREE_TYPE (USING_DECL_CHECK (NODE)) macro
|
| HD | class.c | 1225 cp_emit_debug_info_for_using (decl, USING_DECL_SCOPE (using_decl)); in handle_using_decl()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | name-lookup.c | 3931 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()
|
| HD | tree.c | 3887 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()
|
| HD | cp-tree.def | 200 /* A using declaration. USING_DECL_SCOPE contains the specified
|
| HD | cxx-pretty-print.c | 1883 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
|
| HD | error.c | 1304 tree scope = USING_DECL_SCOPE (t); in dump_decl()
|
| HD | pt.c | 13525 || 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()
|
| HD | cp-tree.h | 3222 #define USING_DECL_SCOPE(NODE) TREE_TYPE (USING_DECL_CHECK (NODE)) macro
|
| HD | class.c | 7047 USING_DECL_SCOPE (ass_op) = t; in finish_struct()
|