/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | file.rs | 6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl, 27 Impl(ItemImpl),
|
H A D | parse.rs | 19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr, 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | file.rs | 6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl, 27 Impl(ItemImpl),
|
H A D | parse.rs | 19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr, 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | file.rs | 6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl, 27 Impl(ItemImpl),
|
H A D | parse.rs | 19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr, 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | file.rs | 6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl, 27 Impl(ItemImpl),
|
H A D | parse.rs | 19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr, 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | file.rs | 6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl, 27 Impl(ItemImpl),
|
H A D | parse.rs | 19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr, 989 fn parse_impl(cx: &mut Errors, imp: ItemImpl) -> Result<Api> { in parse_impl()
|
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 38 Impl(ItemImpl), 162 pub struct ItemImpl { structure names 318 | Item::Impl(ItemImpl { attrs, .. }) 2466 impl Parse for ItemImpl { 2473 fn parse_impl(input: ParseStream, allow_verbatim_impl: bool) -> Result<Option<ItemImpl>> { in parse_impl() 2563 Ok(Some(ItemImpl { in parse_impl() 3076 impl ToTokens for ItemImpl {
|
H A D | lib.rs | 406 ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1147 impl Clone for ItemImpl { 1149 ItemImpl { in clone()
|
H A D | fold.rs | 480 fn fold_item_impl(&mut self, i: ItemImpl) -> ItemImpl { in fold_item_impl() 2222 pub fn fold_item_impl<F>(f: &mut F, node: ItemImpl) -> ItemImpl in fold_item_impl() 2226 ItemImpl { in fold_item_impl()
|
H A D | eq.rs | 1109 impl Eq for ItemImpl {} 1112 impl PartialEq for ItemImpl {
|
H A D | debug.rs | 1646 impl Debug for ItemImpl { 1648 impl ItemImpl { in fmt() impls 1663 self.debug(formatter, "ItemImpl") in fmt()
|
H A D | visit_mut.rs | 480 fn visit_item_impl_mut(&mut self, i: &mut ItemImpl) { in visit_item_impl_mut() 2468 pub fn visit_item_impl_mut<V>(v: &mut V, node: &mut ItemImpl) in visit_item_impl_mut()
|
H A D | hash.rs | 1502 impl Hash for ItemImpl {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 2601 impl Debug for Lite<syn::ItemImpl> { 2603 let mut formatter = formatter.debug_struct("ItemImpl"); in fmt()
|