Searched refs:USING_DECL_SCOPE (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 2097 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 D | cp-tree.def | 200 /* A using declaration. USING_DECL_SCOPE contains the specified
|
H A D | cxx-pretty-print.c | 1951 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
|
H A D | error.c | 1345 tree scope = USING_DECL_SCOPE (t); in dump_decl()
|
H A D | tree.c | 5120 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
|
H A D | pt.c | 14506 || 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 D | cp-tree.h | 3401 #define USING_DECL_SCOPE(NODE) DECL_RESULT_FLD (USING_DECL_CHECK (NODE)) macro
|
H A D | class.c | 7640 USING_DECL_SCOPE (ass_op) = t; in finish_struct()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 2537 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 D | ChangeLog-2005 | 980 * 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 D | cp-tree.def | 202 /* A using declaration. USING_DECL_SCOPE contains the specified
|
H A D | cxx-pretty-print.cc | 2000 pp_cxx_nested_name_specifier (this, USING_DECL_SCOPE (t)); in statement()
|
H A D | class.cc | 1340 && 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 D | error.cc | 1441 tree scope = USING_DECL_SCOPE (t); in dump_decl()
|
H A D | tree.cc | 5438 WALK_SUBTREE (USING_DECL_SCOPE (*tp)); in cp_walk_subtrees()
|
H A D | pt.cc | 14926 || 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 D | ChangeLog-2019 | 5120 * cp-tree.h (USING_DECL_SCOPE): Use result rather than type. 5121 * name-lookup.c (strip_using_decl): Use USING_DECL_SCOPE.
|
H A D | cp-tree.h | 3598 #define USING_DECL_SCOPE(NODE) DECL_RESULT_FLD (USING_DECL_CHECK (NODE)) macro
|
H A D | ChangeLog-2017 | 5720 * pt.c (tsubst_decl): Handle pack expansion in USING_DECL_SCOPE.
|
H A D | module.cc | 11915 && TREE_CODE (USING_DECL_SCOPE (decl)) == RECORD_TYPE) in read_class_def()
|