Searched defs:LineColumn (Results 1 – 5 of 5) sorted by relevance
330 pub struct LineColumn { struct340 impl Ord for LineColumn { argument349 impl PartialOrd for LineColumn { implementation459 pub fn start(&self) -> LineColumn { in start()475 pub fn end(&self) -> LineColumn { in end()
288 pub(crate) struct LineColumn { struct289 pub line: usize,290 pub column: usize,317 fn offset_line_column(&self, offset: usize) -> LineColumn { in offset_line_column()456 pub fn start(&self) -> LineColumn { in start()465 pub fn end(&self) -> LineColumn { in end()
395 pub(crate) struct LineColumn { struct396 pub line: usize,397 pub column: usize,477 pub fn start(&self) -> LineColumn { in start()494 pub fn end(&self) -> LineColumn { in end()
218 std::pair<unsigned, unsigned> LineColumn = getLineColumn( in handleAllResults() local
953 unsigned LineColumn = in adaptStartOfLine() local