Home
last modified time | relevance | path

Searched defs:span_of_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dmod.rs2224 let span_of_impl = tcx.span_of_impl(def_id); in res_to_ty() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs2613 pub fn span_of_impl(self, impl_def_id: DefId) -> Result<Span, Symbol> { in span_of_impl() method