Lines Matching refs:getObject
681 insertionPoint.getBlock().getParentOperation()->getContext().getObject(); in pushInsertionPoint()
704 py::object contextObj = location.getContext().getObject(); in pushLocation()
1251 return (*opViewClass)(getRef().getObject()); in createOpView()
1252 return py::cast(PyOpView(getRef().getObject())); in createOpView()
1532 operationObject(operation.getRef().getObject()) {} in PyOpView()
1734 operation.getObject()) in dunderGetItem()
1856 calleeUserData->callback(pyFoundOp.getObject(), isVisible); in walkSymbolTables()
1957 return self.getParentOperation().getObject(); in bindDerived()
2462 [](PyLocation &self) { return self.getContext().getObject(); }, in populateIRCore()
2508 [](PyModule &self) { return self.getContext().getObject(); }, in populateIRCore()
2679 return parent->getObject(); in populateIRCore()
2699 return self.getContext().getObject(); in populateIRCore()
2711 return self.getOperation().getContext().getObject(); in populateIRCore()
2898 self.getParentOperation().getObject()); in populateIRCore()
2964 [](PyAttribute &self) { return self.getContext().getObject(); }, in populateIRCore()
3074 "context", [](PyType &self) { return self.getContext().getObject(); }, in populateIRCore()
3125 return self.getParentOperation().getObject(); in populateIRCore()