Searched refs:TypeBareFn (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/syn/src/ |
D | ty.rs | 22 BareFn(TypeBareFn), 114 pub struct TypeBareFn { 705 impl Parse for TypeBareFn { implementation 712 fn parse_bare_fn(input: ParseStream, allow_mut_self: bool) -> Result<Option<TypeBareFn>> { in parse_bare_fn() argument 717 let bare_fn = TypeBareFn { in parse_bare_fn() 1113 impl ToTokens for TypeBareFn { implementation
|
D | lib.rs | 416 Abi, BareFnArg, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup, TypeImplTrait, TypeInfer,
|
/external/rust/cxx/syntax/ |
D | parse.rs | 20 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1255 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 656 fn fold_type_bare_fn(&mut self, i: TypeBareFn) -> TypeBareFn { in fold_type_bare_fn() argument 2880 pub fn fold_type_bare_fn<F>(f: &mut F, node: TypeBareFn) -> TypeBareFn in fold_type_bare_fn() 2884 TypeBareFn { in fold_type_bare_fn()
|
D | clone.rs | 1918 impl Clone for TypeBareFn { implementation 1920 TypeBareFn { in clone()
|
D | eq.rs | 1947 impl Eq for TypeBareFn {} implementation 1950 impl PartialEq for TypeBareFn { implementation
|
D | visit_mut.rs | 656 fn visit_type_bare_fn_mut(&mut self, i: &mut TypeBareFn) { in visit_type_bare_fn_mut() argument 3402 pub fn visit_type_bare_fn_mut<V>(v: &mut V, node: &mut TypeBareFn) in visit_type_bare_fn_mut()
|
D | visit.rs | 652 fn visit_type_bare_fn(&mut self, i: &'ast TypeBareFn) { in visit_type_bare_fn() argument 3396 pub fn visit_type_bare_fn<'ast, V>(v: &mut V, node: &'ast TypeBareFn) in visit_type_bare_fn()
|
D | hash.rs | 2484 impl Hash for TypeBareFn { implementation
|
D | debug.rs | 2654 impl Debug for TypeBareFn { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 5073 impl Debug for Lite<syn::TypeBareFn> {
|