Home
last modified time | relevance | path

Searched refs:line_begin_pos (Results 1 – 10 of 10) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/util/
H A Dcomments.rs193 let line_begin_in_file = source_file.line_begin_pos(pos_in_file); in gather_comments()
194 let line_begin_pos = (line_begin_in_file - start_bpos).to_usize(); in gather_comments() localVariable
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/
H A Dcomments.rs193 let line_begin_in_file = source_file.line_begin_pos(pos_in_file); in gather_comments()
194 let line_begin_pos = (line_begin_in_file - start_bpos).to_usize(); in gather_comments() localVariable
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/util/
H A Dcomments.rs193 let line_begin_in_file = source_file.line_begin_pos(pos_in_file); in gather_comments()
194 let line_begin_pos = (line_begin_in_file - start_bpos).to_usize(); in gather_comments() localVariable
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/util/
H A Dcomments.rs193 let line_begin_in_file = source_file.line_begin_pos(pos_in_file); in gather_comments()
194 let line_begin_pos = (line_begin_in_file - start_bpos).to_usize(); in gather_comments() localVariable
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/debuginfo/
H A Dline_info.rs155 let line_pos = file.line_begin_pos(span.lo()); in create_debug_lines()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/debuginfo/
H A Dmod.rs247 let line_pos = file.line_begin_pos(pos); in lookup_debug_loc()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/
H A Dlib.rs1350 pub fn line_begin_pos(&self, pos: BytePos) -> BytePos { in line_begin_pos() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/
H A Dlib.rs1419 pub fn line_begin_pos(&self, pos: BytePos) -> BytePos { in line_begin_pos() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/
H A Dlib.rs1519 pub fn line_begin_pos(&self, pos: BytePos) -> BytePos { in line_begin_pos() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/
H A Dlib.rs1419 pub fn line_begin_pos(&self, pos: BytePos) -> BytePos { in line_begin_pos() method