Lines Matching refs:using_decl
1217 handle_using_decl (tree using_decl, tree t) in handle_using_decl() argument
1219 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
1220 tree name = DECL_NAME (using_decl); in handle_using_decl()
1221 tree access = declared_access (using_decl); in handle_using_decl()
1253 error_at (DECL_SOURCE_LOCATION (using_decl), "%qD invalid in %q#T " in handle_using_decl()
1255 using_decl, t, old_value); in handle_using_decl()
1263 error_at (DECL_SOURCE_LOCATION (using_decl), "%qD invalid in %q#T " in handle_using_decl()
1265 using_decl, t, old_value); in handle_using_decl()
3078 one_inherited_ctor (tree ctor, tree t, tree using_decl) in one_inherited_ctor() argument
3086 add_method (t, ctor, using_decl != NULL_TREE); in one_inherited_ctor()
3180 tree using_decl = TREE_VALUE (*access_decls); in add_implicitly_declared_members() local
3181 tree decl = USING_DECL_DECLS (using_decl); in add_implicitly_declared_members()
3182 if (DECL_NAME (using_decl) == ctor_identifier) in add_implicitly_declared_members()
3187 input_location = DECL_SOURCE_LOCATION (using_decl); in add_implicitly_declared_members()
3189 one_inherited_ctor (*iter, t, using_decl); in add_implicitly_declared_members()