Home
last modified time | relevance | path

Searched defs:TypeParen (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/syn/src/
Dty.rs882 impl Parse for TypeParen { implementation
889 impl TypeParen { impl
1122 impl ToTokens for TypeParen { implementation
/third_party/rust/crates/syn/src/gen/
Ddebug.rs2752 impl Debug for TypeParen { implementation
2754 impl TypeParen { in fmt() impl
Deq.rs1921 impl Eq for TypeParen {} implementation
1924 impl PartialEq for TypeParen { implementation
Dclone.rs1970 impl Clone for TypeParen { implementation
Dhash.rs2544 impl Hash for TypeParen { implementation
Dfold.rs831 fn fold_type_paren(&mut self, i: TypeParen) -> TypeParen { in fold_type_paren()
Dvisit_mut.rs828 fn visit_type_paren_mut(&mut self, i: &mut TypeParen) { in visit_type_paren_mut()
Dvisit.rs827 fn visit_type_paren(&mut self, i: &'ast TypeParen) { in visit_type_paren()