Home
last modified time | relevance | path

Searched refs:ForeignItemType (Results 1 - 14 of 14) sorted by relevance

/third_party/rust/crates/syn/src/
H A Ditem.rs503 Type(ForeignItemType),
560 pub struct ForeignItemType { structure names
1889 impl Parse for ForeignItemType {
1891 Ok(ForeignItemType { in parse()
1926 Ok(ForeignItem::Type(ForeignItemType { in parse_foreign_item_type()
3304 impl ToTokens for ForeignItemType {
H A Dlib.rs404 FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dparse.rs18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
461 foreign_type: ForeignItemType, in parse_extern_type()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dparse.rs18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
461 foreign_type: ForeignItemType, in parse_extern_type()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dparse.rs18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
461 foreign_type: ForeignItemType, in parse_extern_type()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
461 foreign_type: ForeignItemType, in parse_extern_type()
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
461 foreign_type: ForeignItemType, in parse_extern_type()
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs909 impl Clone for ForeignItemType {
911 ForeignItemType { in clone()
H A Dfold.rs392 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type()
1930 pub fn fold_foreign_item_type<F>(f: &mut F, node: ForeignItemType) -> ForeignItemType in fold_foreign_item_type()
1934 ForeignItemType { in fold_foreign_item_type()
H A Deq.rs877 impl Eq for ForeignItemType {}
880 impl PartialEq for ForeignItemType {
H A Ddebug.rs1310 impl Debug for ForeignItemType {
1312 impl ForeignItemType { in fmt() impls
1324 self.debug(formatter, "ForeignItemType") in fmt()
H A Dvisit_mut.rs392 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut()
2136 pub fn visit_foreign_item_type_mut<V>(v: &mut V, node: &mut ForeignItemType) in visit_foreign_item_type_mut()
H A Dhash.rs1177 impl Hash for ForeignItemType {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs1965 impl Debug for Lite<syn::ForeignItemType> {
1967 let mut formatter = formatter.debug_struct("ForeignItemType"); in fmt()

Completed in 65 milliseconds