Home
last modified time | relevance | path

Searched refs:end_span (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/syn/src/
Derror.rs96 end_span: ThreadBound<Span>, field
143 end_span: ThreadBound::new(span), in new()
174 end_span: ThreadBound::new(end), in new_spanned()
191 let end = match self.messages[0].end_span.get() { in span()
262 let end = self.end_span.get().cloned().unwrap_or_else(Span::call_site); in to_compile_error()
305 end_span: ThreadBound::new(end), in new2()
355 let end = self.end_span.get().cloned().unwrap_or_else(Span::call_site); in clone()
358 end_span: ThreadBound::new(end), in clone()
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs1224 let end_span = alias.semi_token.span; in expand_type_alias_verify() localVariable
1226 let end = quote_spanned!(end_span=> >); in expand_type_alias_verify()
1267 let end_span = explicit_impl.map_or(key.end_span, |explicit| explicit.brace_token.span); in expand_rust_box() localVariable
1271 quote_spanned! {end_span=> in expand_rust_box()
1325 let end_span = explicit_impl.map_or(key.end_span, |explicit| explicit.brace_token.span); in expand_rust_vec() localVariable
1329 quote_spanned! {end_span=> in expand_rust_vec()
1419 let end_span = explicit_impl.map_or(key.end_span, |explicit| explicit.brace_token.span); in expand_unique_ptr() localVariable
1422 quote_spanned! {end_span=> in expand_unique_ptr()
1504 let end_span = explicit_impl.map_or(key.end_span, |explicit| explicit.brace_token.span); in expand_shared_ptr() localVariable
1507 quote_spanned! {end_span=> in expand_shared_ptr()
[all …]
/third_party/rust/crates/cxx/syntax/
Dinstantiate.rs22 pub end_span: Span, field
77 end_span: outer.rangle.span, in new()
Dimpls.rs15 end_span: _, in eq()
22 end_span: _, in eq()
Dmod.rs68 pub end_span: Span, field
Dparse.rs1110 end_span: span, in parse_include()
1140 end_span: rangle.span, in parse_include()
/third_party/rust/crates/cxx/gen/src/
Dcheck.rs21 let end = quote_spanned!(include.end_span=> .); in check_dot_includes()