Home
last modified time | relevance | path

Searched defs:UsePath (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir/src/
Dintravisit.rs960 let UsePath { segments, ref res, span } = *path; in walk_use() localVariable
Dhir.rs193 pub type UsePath<'hir> = Path<'hir, SmallVec<[Res; 3]>>; typedef
/third_party/rust/crates/syn/src/gen/
Deq.rs2038 impl Eq for UsePath {} implementation
2041 impl PartialEq for UsePath { implementation
Dclone.rs2082 impl Clone for UsePath { implementation
Dhash.rs2668 impl Hash for UsePath { implementation
Dvisit_mut.rs883 fn visit_use_path_mut(&mut self, i: &mut UsePath) { in visit_use_path_mut()
Dfold.rs886 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path()
Dvisit.rs882 fn visit_use_path(&mut self, i: &'ast UsePath) { in visit_use_path()
Ddebug.rs2913 impl Debug for UsePath { implementation
/third_party/rust/crates/syn/src/
Ditem.rs3120 impl ToTokens for UsePath { implementation