Searched refs:ForeignItemType (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/syn/src/ |
D | lib.rs | 371 FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
|
D | item.rs | 575 Type(ForeignItemType), 646 pub struct ForeignItemType { 1851 impl Parse for ForeignItemType { implementation 1853 Ok(ForeignItemType { in parse() 1884 Ok(ForeignItem::Type(ForeignItemType { in parse_foreign_item_type() 3256 impl ToTokens for ForeignItemType { implementation
|
/external/rust/cxx/syntax/ |
D | parse.rs | 17 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 432 foreign_type: ForeignItemType, in parse_extern_type() argument
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 312 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type() argument 1696 pub fn fold_foreign_item_type<F>(f: &mut F, node: ForeignItemType) -> ForeignItemType in fold_foreign_item_type() 1700 ForeignItemType { in fold_foreign_item_type()
|
D | clone.rs | 893 impl Clone for ForeignItemType { implementation 895 ForeignItemType { in clone()
|
D | eq.rs | 891 impl Eq for ForeignItemType {} implementation 894 impl PartialEq for ForeignItemType { implementation
|
D | visit_mut.rs | 315 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut() argument 1948 pub fn visit_foreign_item_type_mut<V>(v: &mut V, node: &mut ForeignItemType) in visit_foreign_item_type_mut()
|
D | visit.rs | 311 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type() argument 1944 pub fn visit_foreign_item_type<'ast, V>(v: &mut V, node: &'ast ForeignItemType) in visit_foreign_item_type()
|
D | hash.rs | 1159 impl Hash for ForeignItemType { implementation
|
D | debug.rs | 1243 impl Debug for ForeignItemType { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 2188 impl Debug for Lite<syn::ForeignItemType> {
|