Home
last modified time | relevance | path

Searched refs:strip_using_decl (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc662 decl = strip_using_decl (decl); in protected_accessible_p()
966 tree decl = strip_using_decl (*iter); in shared_member_p()
1213 decl = strip_using_decl (decl); in lookup_member()
H A Dname-lookup.cc1793 decl = strip_using_decl (decl); in fields_linear_search()
2237 next = strip_using_decl (next); in member_vec_dedup()
2520 strip_using_decl (tree decl) in strip_using_decl() function
2582 tree target_bval = strip_using_decl (bval); in supplement_binding()
2583 tree target_decl = strip_using_decl (decl); in supplement_binding()
5433 tree target_decl = strip_using_decl (decl); in push_class_level_binding()
5434 tree target_bval = strip_using_decl (bval); in push_class_level_binding()
6323 tree target_val = strip_using_decl (val); in qualify_lookup()
H A DChangeLog-20122413 * parser.c (cp_parser_class_name): Call strip_using_decl and
2415 * name-lookup.c (strip_using_decl): Returns NULL_TREE if the decl
2417 (qualify_lookup): Call strip_using_decl and perform some checks on
H A DChangeLog-2011574 * cp-tree.h (strip_using_decl): Declare, and reident the previous
576 * name-lookup.c (strip_using_decl): New function.
577 (supplement_binding_1): Call strip_using_decl on decl and
583 (push_class_level_binding): Call strip_using_decl on decl and
H A DChangeLog-20153734 * parser.c (cp_parser_template_name): Call strip_using_decl.
3829 * decl.c (lookup_and_check_tag): Use strip_using_decl.
H A Dsemantics.cc302 tree decl_stripped = strip_using_decl (parent_field); in get_class_access_diagnostic_decl()
4031 decl = strip_using_decl (decl); in finish_id_expression_1()
H A Dcp-tree.h8255 extern tree strip_using_decl (tree);
H A Dclass.cc1317 tree used = strip_using_decl (decl); in maybe_push_used_methods()
H A Dtypeck.cc2900 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
H A Dparser.cc18596 decl = strip_using_decl (decl); in cp_parser_template_name()
20218 type_decl = strip_using_decl (type_decl); in cp_parser_nonclass_name()
25732 decl = strip_using_decl (decl); in cp_parser_class_name()
H A Ddecl.cc15690 decl = strip_using_decl (decl); in lookup_and_check_tag()
H A DChangeLog-20195121 * name-lookup.c (strip_using_decl): Use USING_DECL_SCOPE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c627 decl = strip_using_decl (decl); in protected_accessible_p()
940 tree decl = strip_using_decl (*iter); in shared_member_p()
1190 decl = strip_using_decl (decl); in lookup_member()
H A Dname-lookup.c1182 decl = strip_using_decl (decl); in fields_linear_search()
1617 next = strip_using_decl (next); in member_vec_dedup()
2080 strip_using_decl (tree decl) in strip_using_decl() function
2150 tree target_bval = strip_using_decl (bval); in supplement_binding_1()
2151 tree target_decl = strip_using_decl (decl); in supplement_binding_1()
4513 tree target_decl = strip_using_decl (decl); in push_class_level_binding_1()
4514 tree target_bval = strip_using_decl (bval); in push_class_level_binding_1()
5246 tree target_val = strip_using_decl (val); in qualify_lookup()
H A Dcp-tree.h7830 extern tree strip_using_decl (tree);
H A Dclass.c7615 tree fn = strip_using_decl (x); in finish_struct()
H A Dsemantics.c3698 decl = strip_using_decl (decl); in finish_id_expression_1()
H A Dtypeck.c2732 else if ((using_decl = strip_using_decl (member)) != member) in build_class_member_access_expr()
H A Dparser.c17007 decl = strip_using_decl (decl); in cp_parser_template_name()
18600 type_decl = strip_using_decl (type_decl); in cp_parser_nonclass_name()
23762 decl = strip_using_decl (decl); in cp_parser_class_name()
H A Ddecl.c14879 decl = strip_using_decl (decl); in lookup_and_check_tag()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc324 tree target_bval = strip_using_decl (bval); in supplement_binding()
325 tree target_decl = strip_using_decl (decl); in supplement_binding()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc169 tree target_bval = strip_using_decl (bval); in supplement_binding()
170 tree target_decl = strip_using_decl (decl); in supplement_binding()