Searched refs:mlirPythonLocationToCapsule (Results 1 – 3 of 3) sorted by relevance
202 static inline PyObject *mlirPythonLocationToCapsule(MlirLocation loc) { in mlirPythonLocationToCapsule() function
163 py::reinterpret_steal<py::object>(mlirPythonLocationToCapsule(v));
826 return py::reinterpret_steal<py::object>(mlirPythonLocationToCapsule(*this)); in getCapsule()