Home
last modified time | relevance | path

Searched defs:ExprPath (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs2960 impl Parse for ExprPath { implementation
3832 impl ToTokens for ExprPath { implementation
/linux/rust/syn/gen/
H A Deq.rs619 impl Eq for crate::ExprPath {} implementation
622 impl PartialEq for crate::ExprPath { implementation
H A Dclone.rs619 impl Clone for crate::ExprPath { implementation
H A Ddebug.rs951 impl Debug for crate::ExprPath { implementation
957 impl crate::ExprPath { implementation
H A Dhash.rs849 impl Hash for crate::ExprPath { implementation
H A Dvisit_mut.rs274 fn visit_expr_path_mut(&mut self, i: &mut crate::ExprPath) { in visit_expr_path_mut()
H A Dfold.rs276 fn fold_expr_path(&mut self, i: crate::ExprPath) -> crate::ExprPath { in fold_expr_path()
H A Dvisit.rs266 fn visit_expr_path(&mut self, i: &'ast crate::ExprPath) { in visit_expr_path()