Home
last modified time | relevance | path

Searched defs:rustc_span (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/ich/
Dimpls_syntax.rs117 let rustc_span::MultiByteChar { pos, bytes } = mbc; in stable_multibyte_char() localVariable
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1471 let rustc_span::SourceFile { in imported_source_file() localVariable
/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs340 pub(crate) fn rustc_span(def_id: DefId, tcx: TyCtxt<'_>) -> Span { in rustc_span() function