Searched refs:fold_type (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/syn/src/gen/ |
H A D | fold.rs | 781 fn fold_type(&mut self, i: Type) -> Type { in fold_type() functions 782 fold_type(self, i) in fold_type() 995 ty: f.fold_type(node.ty), in fold_assoc_type() 1031 ty: f.fold_type(node.ty), in fold_bare_fn_arg() 1119 ty: f.fold_type(node.ty), in fold_const_param() 1368 ty: Box::new(f.fold_type(*node.ty)), in fold_expr_cast() 1765 ty: f.fold_type(node.ty), in fold_field() 1924 ty: Box::new(f.fold_type(*node.ty)), in fold_foreign_item_static() 1954 GenericArgument::Type(f.fold_type(_binding_0)) in fold_generic_argument() 2042 ty: f.fold_type(nod in fold_impl_item_const() 3080 pub fn fold_type<F>(f: &mut F, node: Type) -> Type fold_type() functions [all...] |
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 463 fn fold_type(&mut self, ty: Type) -> Type { in syn_parenthesize() functions
|
Completed in 5 milliseconds