Home
last modified time | relevance | path

Searched defs:new_span (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/src/librustdoc/html/render/
Dspan_map.rs126 let new_span = data.call_site; in handle_macro() localVariable
130 let new_span = new_span.with_hi(new_span.lo() + BytePos(macro_name.len() as u32)); in handle_macro() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dtabs_in_doc_comments.rs68 let new_span = Span::new( in warn_if_tabs_in_doc() localVariable
Dranges.rs289 …let new_span = Span::new(new_lhs.span.lo(), right.span.hi(), expr.span.ctxt(), expr.span.parent()); in check_possible_range_contains() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dasm.rs362 let new_span = span_start.to(p.prev_token.span); in parse_options() localVariable
/third_party/rust/rust/src/librustdoc/html/
Dhighlight.rs534 fn new_span(&self, lo: u32, text: &str) -> Span { in new_span() method
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dlib.rs1599 let new_span = data.call_site; in is_expn_of() localVariable
1628 let new_span = data.call_site; in is_direct_expn_of() localVariable
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Ddiagnostics.rs2473 let new_span = first_pat.span.to(pat.span); in maybe_recover_colon_colon_in_pat_typo() localVariable
2552 let new_span = first_pat.span.to(ty.span); in maybe_recover_colon_colon_in_pat_typo() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dbuild_reduced_graph.rs604 let new_span = prefix[prefix.len() - 1].ident.span; in build_reduced_graph_for_use_tree() localVariable