| 55 | } |
| 56 | |
| 57 | static void case_enum(EnumType const* Ty, void* Ptr, py::handle Obj) |
| 58 | { |
| 59 | return case_basic<EnumType::IntType>(Ty->getBasicType(), Ptr, Obj); |
| 60 | } |
| 61 | |
| 62 | static void case_array(ArrayType const* Ty, void* Ptr, py::handle Obj) |
| 63 | { |
nothing calls this directly
no test coverage detected