Home
last modified time | relevance | path

Searched refs:contextEnter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h215 pybind11::object contextEnter();
339 pybind11::object contextEnter() { return pybind11::cast(this); } in contextEnter() function
429 pybind11::object contextEnter();
727 pybind11::object contextEnter();
H A DIRCore.cpp516 pybind11::object PyMlirContext::contextEnter() { in contextEnter() function in PyMlirContext
837 py::object PyLocation::contextEnter() { in contextEnter() function in PyLocation
1627 py::object PyInsertionPoint::contextEnter() { in contextEnter() function in PyInsertionPoint
2225 .def("__enter__", &PyDiagnosticHandler::contextEnter) in populateIRCore()
2248 .def("__enter__", &PyMlirContext::contextEnter) in populateIRCore()
2381 .def("__enter__", &PyLocation::contextEnter) in populateIRCore()
2911 .def("__enter__", &PyInsertionPoint::contextEnter) in populateIRCore()