Searched refs:mlirPythonLocationToCapsule (Results 1 – 3 of 3) sorted by relevance
255 static inline PyObject *mlirPythonLocationToCapsule(MlirLocation loc) { in mlirPythonLocationToCapsule() function
175 py::reinterpret_steal<py::object>(mlirPythonLocationToCapsule(v));
1097 return nb::steal<nb::object>(mlirPythonLocationToCapsule(*this)); in forModule()