Home
last modified time | relevance | path

Searched defs:LineCol (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/lib/line-index/src/
Dlib.rs14 pub struct LineCol { struct
16 pub line: u32,
18 pub col: u32,
147 pub fn line_col(&self, offset: TextSize) -> LineCol { in line_col()
155 pub fn try_line_col(&self, offset: TextSize) -> Option<LineCol> { in try_line_col()
201 pub fn to_utf8(&self, enc: WideEncoding, line_col: WideLineCol) -> Option<LineCol> { in to_utf8()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
Danalysis_stats.rs764 ) -> Option<(VfsPath, LineCol, LineCol)> { in expr_syntax_range() argument
785 ) -> Option<(VfsPath, LineCol, LineCol)> { in pat_syntax_range() argument
Dscip.rs191 let LineCol { line: start_line, col: start_col } = line_index.index.line_col(range.start()); in text_range_to_scip_range() localVariable
192 let LineCol { line: end_line, col: end_col } = line_index.index.line_col(range.end()); in text_range_to_scip_range() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h234 uint32_t LineCol; ///< Line num: line_col >> 10, member