Home
last modified time | relevance | path

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 Danalyze_source_file.rs15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()
213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
H A Dlib.rs1027 pub enum NonNarrowChar { enum
1036 impl NonNarrowChar { impl
1063 impl Add<BytePos> for NonNarrowChar { implementation
1075 impl Sub<BytePos> for NonNarrowChar { implementation
H A Dsource_map.rs315 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 Danalyze_source_file.rs15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()
213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
H A Dlib.rs944 pub enum NonNarrowChar { enum
953 impl NonNarrowChar { impl
980 impl Add<BytePos> for NonNarrowChar { implementation
992 impl Sub<BytePos> for NonNarrowChar { implementation
H A Dsource_map.rs355 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 Danalyze_source_file.rs15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()
213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
H A Dlib.rs1128 pub enum NonNarrowChar { enum
1137 impl NonNarrowChar { implementation
1164 impl Add<BytePos> for NonNarrowChar { implementation
1176 impl Sub<BytePos> for NonNarrowChar { implementation
H A Dsource_map.rs336 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 Danalyze_source_file.rs15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()
213 non_narrow_chars: &mut Vec<NonNarrowChar>, in analyze_source_file_generic()
H A Dlib.rs1027 pub enum NonNarrowChar { enum
1036 impl NonNarrowChar { impl
1063 impl Add<BytePos> for NonNarrowChar { implementation
1075 impl Sub<BytePos> for NonNarrowChar { implementation
H A Dsource_map.rs315 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 Dimpls_syntax.rs119 swc: rustc_span::NonNarrowChar, in stable_non_narrow_char()