Home
last modified time | relevance | path

Searched refs:handle_using_decl (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc124 static void handle_using_decl (tree, tree);
1352 handle_using_decl (tree using_decl, tree t) in handle_using_decl() function
6219 handle_using_decl (TREE_VALUE (access_decls), t); in check_bases_and_members()
H A DChangeLog-20021154 * class.c (handle_using_decl): Allow the declaration used to be
2328 * class.c (handle_using_decl): Use constructor_name_p.
2481 * class.c (handle_using_decl): Likewise.
H A DChangeLog-2003734 * class.c (handle_using_decl): Set input_location before calling
746 * class.c (handle_using_decl): Swap arguments of error_not_base_type.
3948 * class.c (handle_using_decl): Robustify.
5937 * class.c (handle_using_decl): Likewise.
H A DChangeLog-20051825 * class.c (handle_using_decl): Move most of the processing to ...
1876 (handle_using_decl): Pass the using decl to add_method.
H A DChangeLog-20172593 (handle_using_decl): Likewise.
3863 * class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
4121 * class.c (handle_using_decl): Always use OVL_CURRENT.
H A DChangeLog-1998332 * class.c (handle_using_decl): Fix comment. Don't lookup
1554 (handle_using_decl): Watch for NULL_TREE while iterating through
3141 * class.c (handle_using_decl): Ignore TYPE_DECLs.
3641 (handle_using_decl): New function containing code split out from ...
H A DChangeLog-20041580 handle_using_decl, check_bases,
3567 (handle_using_decl): Adjust call to add_method.
3699 * class.c (handle_using_decl): Use lookup_member, not
H A DChangeLog-20001896 (handle_using_decl): Adjust call to add_method.
3740 (handle_using_decl): Remove assertion.
5859 * class.c (handle_using_decl): Call add_method for used functions.
H A DChangeLog-20212691 (handle_using_decl): Use it to propagate the access of the
3158 * class.c (handle_using_decl, get_basefndecls): Likewise.
H A DChangeLog1991 (handle_using_decl): Don't add_method.
H A DChangeLog-20201082 * class.c (handle_using_decl): If USING_DECL_UNRELATED_P,
1269 * class.c (handle_using_decl): Add an iloc_sentinel.
H A DChangeLog-20063370 * class.c (handle_using_decl): Pass correct scope to
H A DChangeLog-20142310 * class.c (handle_using_decl): Pass the correct scope to
H A DChangeLog-20013721 * class.c (handle_using_decl): Reject using of constructor name
H A DChangeLog-2016658 * class.c (declared_access): Split out from handle_using_decl.
H A DChangeLog-2011664 * class.c (handle_using_decl, maybe_note_name_used_in_class):
H A DChangeLog-1999223 * class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODS
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c124 static void handle_using_decl (tree, tree);
1267 handle_using_decl (tree using_decl, tree t) in handle_using_decl() function
6187 handle_using_decl (TREE_VALUE (access_decls), t); in check_bases_and_members()