Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs672 fn fold_pat_ident(&mut self, i: crate::PatIdent) -> crate::PatIdent { in fold_pat_ident() method
2960 pub fn fold_pat_ident<F>(f: &mut F, node: crate::PatIdent) -> crate::PatIdent in fold_pat_ident() function