Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_analysis/src/coherence/
Dinherent_impls.rs71 let impl_span = self.tcx.def_span(impl_def_id); in check_def_id() localVariable
86 let impl_span = self.tcx.def_span(impl_def_id); in check_def_id() localVariable
106 let impl_span = self.tcx.def_span(impl_def_id); in check_def_id() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dsame_name_method.rs140 let impl_span = impl_item_ref.span; in check_crate_post() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
Dmismatched_static_lifetime.rs60 let mut impl_span = None; in try_report_mismatched_static_lifetime() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/
Derrors.rs50 pub impl_span: Span, field
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dgenerics.rs61 let impl_span = self.token.span; in parse_ty_param() localVariable
Ditem.rs1190 let impl_span = self.token.span; in recover_const_impl() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/specialize/
Dmod.rs375 let impl_span = tcx.def_span(impl_def_id); in report_conflicting_impls() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dcompare_impl_item.rs1484 let impl_span = impl_m_sig in compare_number_of_method_arguments() localVariable
1562 let impl_span = tcx.def_span(impl_def_id); in compare_synthetic_generics() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddiagnostics.rs117 let impl_span = sm.span_until_char(impl_span, '<'); in reduce_impl_span_to_impl_keyword() localVariable