Lines Matching refs:using_decl
951 add_method (tree type, tree method, tree using_decl) in add_method() argument
1096 if (using_decl) in add_method()
1122 if (using_decl && TREE_CODE (overload) == OVERLOAD) in add_method()
1199 handle_using_decl (tree using_decl, tree t) in handle_using_decl() argument
1201 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
1202 tree name = DECL_NAME (using_decl); in handle_using_decl()
1204 = TREE_PRIVATE (using_decl) ? access_private_node in handle_using_decl()
1205 : TREE_PROTECTED (using_decl) ? access_protected_node in handle_using_decl()
1225 cp_emit_debug_info_for_using (decl, USING_DECL_SCOPE (using_decl)); in handle_using_decl()
1239 error ("%q+D invalid in %q#T", using_decl, t); in handle_using_decl()
1247 error ("%q+D invalid in %q#T", using_decl, t); in handle_using_decl()
1256 add_method (t, OVL_CURRENT (flist), using_decl); in handle_using_decl()