Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/
Dtest_precedence.rs535 fn fold_path(&mut self, path: Path) -> Path { in collect_exprs() method
/third_party/rust/crates/syn/src/gen/
Dfold.rs675 fn fold_path(&mut self, i: Path) -> Path { in fold_path() method
2786 pub fn fold_path<F>(f: &mut F, node: Path) -> Path in fold_path() function