Searched defs:LineIndex (Results 1 – 8 of 8) sorted by relevance
18 pub struct LineIndex(pub RawIndex); struct20 impl LineIndex { implementation39 impl Default for LineIndex { implementation45 impl fmt::Debug for LineIndex { implementation53 impl fmt::Display for LineIndex { implementation
18 pub fn new(line: impl Into<LineIndex>, column: impl Into<ColumnIndex>) -> Location { in new()
131 line_index: impl Into<LineIndex>, in line_span()150 pub fn line_index(&self, file_id: FileId, byte_index: impl Into<ByteIndex>) -> LineIndex { in line_index()315 fn last_line_index(&self) -> LineIndex { in last_line_index()326 fn line_index(&self, byte_index: ByteIndex) -> LineIndex { in line_index()
740 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print() local852 uint32_t LineIndex, uint32_t &BlockNo) const { in printBlockInfo()
71 typedef size_t LineIndex; typedef
387 export class LineIndex { class
366 size_t LineIndex = 0; in operator <<() local
406 size_t LineIndex = 0; in operator <<() local