Searched refs:mlirPythonCapsuleToLocation (Results 1 – 3 of 3) sorted by relevance
211 static inline MlirLocation mlirPythonCapsuleToLocation(PyObject *capsule) { in mlirPythonCapsuleToLocation() function
158 value = mlirPythonCapsuleToLocation(capsule.ptr());
830 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in createFromCapsule()