Home
last modified time | relevance | path

Searched refs:fold_type_ptr (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dfold.rs933 fn fold_type_ptr(&mut self, i: crate::TypePtr) -> crate::TypePtr { in fold_type_ptr() method
934 fold_type_ptr(self, i) in fold_type_ptr()
3490 crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)), in fold_type()
3658 pub fn fold_type_ptr<F>(f: &mut F, node: crate::TypePtr) -> crate::TypePtr in fold_type_ptr() function