Searched refs:TypeParen (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | ty.rs | 41 Paren(TypeParen), 190 pub struct TypeParen { 431 return Ok(Type::Paren(TypeParen { in ambig_ty() 520 Ok(Type::Paren(TypeParen { in ambig_ty() 949 impl Parse for TypeParen { implementation 956 impl TypeParen { implementation 959 Ok(TypeParen { in parse() 1182 impl ToTokens for TypeParen { implementation
|
D | lib.rs | 417 TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference, TypeSlice, TypeTraitObject,
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 688 fn fold_type_paren(&mut self, i: TypeParen) -> TypeParen { in fold_type_paren() argument 2969 pub fn fold_type_paren<F>(f: &mut F, node: TypeParen) -> TypeParen in fold_type_paren() 2973 TypeParen { in fold_type_paren()
|
D | clone.rs | 2005 impl Clone for TypeParen { implementation 2007 TypeParen { in clone()
|
D | eq.rs | 2041 impl Eq for TypeParen {} implementation 2044 impl PartialEq for TypeParen { implementation
|
D | visit_mut.rs | 688 fn visit_type_paren_mut(&mut self, i: &mut TypeParen) { in visit_type_paren_mut() argument 3513 pub fn visit_type_paren_mut<V>(v: &mut V, node: &mut TypeParen) in visit_type_paren_mut()
|
D | visit.rs | 684 fn visit_type_paren(&mut self, i: &'ast TypeParen) { in visit_type_paren() argument 3507 pub fn visit_type_paren<'ast, V>(v: &mut V, node: &'ast TypeParen) in visit_type_paren()
|
D | hash.rs | 2581 impl Hash for TypeParen { implementation
|
D | debug.rs | 2749 impl Debug for TypeParen { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 5259 impl Debug for Lite<syn::TypeParen> {
|