Home
last modified time | relevance | path

Searched refs:USING_DECL_UNRELATED_P (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc5751 USING_DECL_UNRELATED_P (using_decl) = true; in lookup_using_decl()
H A DChangeLog-20201080 * cp-tree.h (USING_DECL_UNRELATED_P): New.
1082 * class.c (handle_using_decl): If USING_DECL_UNRELATED_P,
H A Dclass.cc1402 if (USING_DECL_UNRELATED_P (using_decl)) in handle_using_decl()
H A Dcp-tree.h3606 #define USING_DECL_UNRELATED_P(NODE) DECL_LANG_FLAG_2 (USING_DECL_CHECK (NODE)) macro