Home
last modified time | relevance | path

Searched refs:type_token (Results 1 – 6 of 6) sorted by relevance

/linux/rust/syn/
H A Ditem.rs287 pub type_token: Token![type],
576 pub type_token: Token![type],
670 pub type_token: Token![type],
773 pub type_token: Token![type],
1128 type_token: Token![type], field
1162 let type_token: Token![type] = input.parse()?; in parse() localVariable
1190 type_token, in parse()
1977 type_token: input.parse()?, in parse()
1993 type_token, in parse_foreign_item_type()
2012 type_token, in parse_foreign_item_type()
[all …]
/linux/rust/syn/gen/
H A Dclone.rs941 type_token: self.type_token.clone(), in clone()
1061 type_token: self.type_token.clone(), in clone()
1304 type_token: self.type_token.clone(), in clone()
1909 type_token: self.type_token.clone(), in clone()
H A Dfold.rs2169 type_token: node.type_token, in fold_foreign_item_type()
2334 type_token: node.type_token, in fold_impl_item_type()
2629 type_token: node.type_token, in fold_item_type()
3449 type_token: node.type_token, in fold_trait_item_type()
H A Ddebug.rs1409 formatter.field("type_token", &self.type_token); in debug()
1584 formatter.field("type_token", &self.type_token); in debug()
1910 formatter.field("type_token", &self.type_token); in debug()
2733 formatter.field("type_token", &self.type_token); in debug()
H A Dvisit_mut.rs2101 skip!(node.type_token); in visit_foreign_item_type_mut()
2248 skip!(node.type_token); in visit_impl_item_type_mut()
2542 skip!(node.type_token); in visit_item_type_mut()
3326 skip!(node.type_token); in visit_trait_item_type_mut()
H A Dvisit.rs2200 skip!(node.type_token); in visit_foreign_item_type()
2353 skip!(node.type_token); in visit_impl_item_type()
2673 skip!(node.type_token); in visit_item_type()
3502 skip!(node.type_token); in visit_trait_item_type()