Home
last modified time | relevance | path

Searched defs:ForeignItemType (Results 1 – 9 of 9) sorted by relevance

/external/rust/cxx/syntax/
Dparse.rs432 foreign_type: ForeignItemType, in parse_extern_type()
/external/rust/crates/syn/src/
Ditem.rs1851 impl Parse for ForeignItemType { implementation
3256 impl ToTokens for ForeignItemType { implementation
/external/rust/crates/syn/src/gen/
Deq.rs891 impl Eq for ForeignItemType {} implementation
894 impl PartialEq for ForeignItemType { implementation
Dclone.rs893 impl Clone for ForeignItemType { implementation
Dhash.rs1159 impl Hash for ForeignItemType { implementation
Dvisit_mut.rs315 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut()
Dfold.rs312 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type()
Ddebug.rs1243 impl Debug for ForeignItemType { implementation
Dvisit.rs311 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type()