[cxx-interop] Make imported enum members inherit the access of their parent (#84522)
This patch relaxes the access check for members of imported inherited
nested enums. Without it, those members become impossible to inherit,
which largely defeats the purpose of importing them in the first place.
rdar://160803362