Home
last modified time | relevance | path

Searched defs:first_span (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/tests/incremental/issue-85197-invalid-span/auxiliary/
Drespan.rs14 let first_span = input.clone().into_iter().next().unwrap().span(); in respan() localVariable
/third_party/rust/rust/tests/ui/proc-macro/auxiliary/
Dspan-api-tests.rs40 let first_span = tokens.next().expect("first token").span(); in macro_stringify() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dinherent_impl.rs77 let first_span = match *e.get() { in check_crate_post() localVariable
/third_party/rust/rust/compiler/rustc_interface/src/
Derrors.rs15 pub first_span: Span, field
Dpasses.rs348 let first_span = spans[0]; in early_lint_checks() localVariable
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dattr_wrapper.rs452 let mut first_span = last_token.span.shrink_to_lo(); in make_token_stream() localVariable
Dmod.rs760 let first_span = self.sess.source_map().start_point(self.token.span); in break_and_eat() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/structured_errors/
Dwrong_number_of_generic_args.rs812 let first_span = in suggest_moving_args_from_assoc_fn_to_trait_for_method_call() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs413 let first_span = parser.token.span.data(); in literal_from_str() localVariable