Searched refs:TypeBareFn (Results 1 - 14 of 14) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | ty.rs | 20 BareFn(TypeBareFn), 98 pub struct TypeBareFn { structure names 465 let mut bare_fn: TypeBareFn = input.parse()?; 631 impl Parse for TypeBareFn { 636 Ok(TypeBareFn { in parse() 1048 impl ToTokens for TypeBareFn {
|
H A D | lib.rs | 513 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 21 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1364 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 21 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1364 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 21 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1364 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 21 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1364 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 21 TraitBoundModifier, Type as RustType, TypeArray, TypeBareFn, TypeParamBound, TypePath, TypePtr, 1364 fn parse_type_fn(ty: &TypeBareFn) -> Result<Type> { in parse_type_fn()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1884 impl Clone for TypeBareFn { 1886 TypeBareFn { in clone()
|
H A D | fold.rs | 791 fn fold_type_bare_fn(&mut self, i: TypeBareFn) -> TypeBareFn { in fold_type_bare_fn() 3121 pub fn fold_type_bare_fn<F>(f: &mut F, node: TypeBareFn) -> TypeBareFn in fold_type_bare_fn() 3125 TypeBareFn { in fold_type_bare_fn()
|
H A D | eq.rs | 1826 impl Eq for TypeBareFn {} 1829 impl PartialEq for TypeBareFn {
|
H A D | debug.rs | 2625 impl Debug for TypeBareFn { 2627 impl TypeBareFn { in fmt() impls 2641 self.debug(formatter, "TypeBareFn") in fmt()
|
H A D | visit_mut.rs | 788 fn visit_type_bare_fn_mut(&mut self, i: &mut TypeBareFn) { in visit_type_bare_fn_mut() 3490 pub fn visit_type_bare_fn_mut<V>(v: &mut V, node: &mut TypeBareFn) in visit_type_bare_fn_mut()
|
H A D | hash.rs | 2445 impl Hash for TypeBareFn {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 4213 impl Debug for Lite<syn::TypeBareFn> { 4215 let mut formatter = formatter.debug_struct("TypeBareFn"); in fmt()
|
Completed in 40 milliseconds