Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2097 decl = make_typename_type (USING_DECL_SCOPE (decl), in strip_using_decl()
4544 && same_type_p (USING_DECL_SCOPE (decl), in push_class_level_binding_1()
4545 USING_DECL_SCOPE (bval))) in push_class_level_binding_1()
4762 USING_DECL_SCOPE (using_decl) = scope; in do_class_using_decl()
5169 USING_DECL_SCOPE (using_decl) = scope; in finish_nonmember_using_decl()
H A Dcp-tree.def200 /* A using declaration. USING_DECL_SCOPE contains the specified
H A Dcxx-pretty-print.c1951 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
H A Derror.c1345 tree scope = USING_DECL_SCOPE (t); in dump_decl()
H A Dtree.c5120 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
H A Dpt.c14506 || uses_template_parms (USING_DECL_SCOPE (t))) in tsubst_decl()
14508 tree scope = USING_DECL_SCOPE (t); in tsubst_decl()
14534 tree inst_scope = tsubst_copy (USING_DECL_SCOPE (t), args, in tsubst_decl()
18068 tree scope = USING_DECL_SCOPE (decl); in tsubst_expr()
H A Dcp-tree.h3401 #define USING_DECL_SCOPE(NODE) DECL_RESULT_FLD (USING_DECL_CHECK (NODE)) macro
H A Dclass.c7640 USING_DECL_SCOPE (ass_op) = t; in finish_struct()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2537 decl = make_typename_type (USING_DECL_SCOPE (decl), in strip_using_decl()
5464 && same_type_p (USING_DECL_SCOPE (decl), in push_class_level_binding()
5465 USING_DECL_SCOPE (bval))) in push_class_level_binding()
5746 USING_DECL_SCOPE (using_decl) = scope; in lookup_using_decl()
H A DChangeLog-2005980 * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
1824 (USING_DECL_DECLS, USING_DECL_SCOPE): New.
1827 (push_using_decl): Use USING_DECL_SCOPE.
1833 (tsubst_expr): Use USING_DECL_SCOPE.
H A Dcp-tree.def202 /* A using declaration. USING_DECL_SCOPE contains the specified
H A Dcxx-pretty-print.cc2000 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
H A Dclass.cc1340 && same_type_p (USING_DECL_SCOPE (d), USING_DECL_SCOPE (decl))) in maybe_push_used_methods()
7746 USING_DECL_SCOPE (ass_op) = t; in finish_struct()
H A Derror.cc1441 tree scope = USING_DECL_SCOPE (t); in dump_decl()
H A Dtree.cc5438 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
H A Dpt.cc14926 || uses_template_parms (USING_DECL_SCOPE (t))) in tsubst_decl()
14928 tree scope = USING_DECL_SCOPE (t); in tsubst_decl()
14954 tree inst_scope = tsubst_copy (USING_DECL_SCOPE (t), args, in tsubst_decl()
18652 tree scope = USING_DECL_SCOPE (decl); in tsubst_expr()
H A DChangeLog-20195120 * cp-tree.h (USING_DECL_SCOPE): Use result rather than type.
5121 * name-lookup.c (strip_using_decl): Use USING_DECL_SCOPE.
H A Dcp-tree.h3598 #define USING_DECL_SCOPE(NODE) DECL_RESULT_FLD (USING_DECL_CHECK (NODE)) macro
H A DChangeLog-20175720 * pt.c (tsubst_decl): Handle pack expansion in USING_DECL_SCOPE.
H A Dmodule.cc11915 && TREE_CODE (USING_DECL_SCOPE (decl)) == RECORD_TYPE) in read_class_def()