Searched defs:NonNarrowChar (Results 1 – 13 of 13) sorted by relevance
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/ |
H A D | analyze_source_file.rs | 15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file() 213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
|
H A D | lib.rs | 1027 pub enum NonNarrowChar { enum 1036 impl NonNarrowChar { impl 1063 impl Add<BytePos> for NonNarrowChar { implementation 1075 impl Sub<BytePos> for NonNarrowChar { implementation
|
H A D | source_map.rs | 315 mut file_local_non_narrow_chars: Vec<NonNarrowChar>, in new_imported_source_file()
|
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/ |
H A D | analyze_source_file.rs | 15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file() 213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
|
H A D | lib.rs | 944 pub enum NonNarrowChar { enum 953 impl NonNarrowChar { impl 980 impl Add<BytePos> for NonNarrowChar { implementation 992 impl Sub<BytePos> for NonNarrowChar { implementation
|
H A D | source_map.rs | 355 mut file_local_non_narrow_chars: Vec<NonNarrowChar>, in new_imported_source_file()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/ |
H A D | analyze_source_file.rs | 15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file() 213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
|
H A D | lib.rs | 1128 pub enum NonNarrowChar { enum 1137 impl NonNarrowChar { implementation 1164 impl Add<BytePos> for NonNarrowChar { implementation 1176 impl Sub<BytePos> for NonNarrowChar { implementation
|
H A D | source_map.rs | 336 mut file_local_non_narrow_chars: Vec<NonNarrowChar>, in new_imported_source_file()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/ |
H A D | analyze_source_file.rs | 15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file() 213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
|
H A D | lib.rs | 1027 pub enum NonNarrowChar { enum 1036 impl NonNarrowChar { impl 1063 impl Add<BytePos> for NonNarrowChar { implementation 1075 impl Sub<BytePos> for NonNarrowChar { implementation
|
H A D | source_map.rs | 315 mut file_local_non_narrow_chars: Vec<NonNarrowChar>, in new_imported_source_file()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/ich/ |
H A D | impls_syntax.rs | 119 swc: rustc_span::NonNarrowChar, in stable_non_narrow_char()
|