Lines Matching refs:using_decl
1267 handle_using_decl (tree using_decl, tree t) in handle_using_decl() argument
1269 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
1270 tree name = DECL_NAME (using_decl); in handle_using_decl()
1271 tree access = declared_access (using_decl); in handle_using_decl()
1303 error_at (DECL_SOURCE_LOCATION (using_decl), "%qD invalid in %q#T " in handle_using_decl()
1305 using_decl, t, old_value); in handle_using_decl()
1313 error_at (DECL_SOURCE_LOCATION (using_decl), "%qD invalid in %q#T " in handle_using_decl()
1315 using_decl, t, old_value); in handle_using_decl()
3176 one_inherited_ctor (tree ctor, tree t, tree using_decl) in one_inherited_ctor() argument
3184 add_method (t, ctor, using_decl != NULL_TREE); in one_inherited_ctor()
3298 tree using_decl = TREE_VALUE (*access_decls); in add_implicitly_declared_members() local
3299 tree decl = USING_DECL_DECLS (using_decl); in add_implicitly_declared_members()
3300 if (DECL_NAME (using_decl) == ctor_identifier) in add_implicitly_declared_members()
3305 input_location = DECL_SOURCE_LOCATION (using_decl); in add_implicitly_declared_members()
3307 one_inherited_ctor (*iter, t, using_decl); in add_implicitly_declared_members()