Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dutils.py43 class LineAndColumn(NamedTuple): class
50 def line_col(s, position: int) -> LineAndColumn:
59 return LineAndColumn(line, col)
H A Dpatching.py68 def line_col(self) -> LineAndColumn:
320 def line_col(self, start: int) -> LineAndColumn: