Home
last modified time | relevance | path

Searched defs:ImportSource (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/librustdoc/clean/
Dutils.rs529 pub(crate) fn resolve_use_source(cx: &mut DocContext<'_>, path: Path) -> ImportSource { in resolve_use_source()
Dtypes.rs2400 source: ImportSource, in new_simple()
2406 pub(crate) fn new_glob(source: ImportSource, should_be_displayed: bool) -> Self { in new_glob()
2424 pub(crate) struct ImportSource { struct
2425 pub(crate) path: Path,
2426 pub(crate) did: Option<DefId>,
/third_party/rust/rust/src/librustdoc/html/
Dformat.rs1627 impl clean::ImportSource { implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Dcollector.rs148 enum ImportSource { enum