Home
last modified time | relevance | path

Searched refs:ItemImpl (Results 1 - 19 of 19) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dfile.rs6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl,
27 Impl(ItemImpl),
H A Dparse.rs19 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 Dfile.rs6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl,
27 Impl(ItemImpl),
H A Dparse.rs19 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 Dfile.rs6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl,
27 Impl(ItemImpl),
H A Dparse.rs19 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 Dfile.rs6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl,
27 Impl(ItemImpl),
H A Dparse.rs19 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 Dfile.rs6 braced, token, Abi, Attribute, ForeignItem, Ident, Item as RustItem, ItemEnum, ItemImpl,
27 Impl(ItemImpl),
H A Dparse.rs19 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 Ditem.rs38 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 Dlib.rs406 ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1147 impl Clone for ItemImpl {
1149 ItemImpl { in clone()
H A Dfold.rs480 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 Deq.rs1109 impl Eq for ItemImpl {}
1112 impl PartialEq for ItemImpl {
H A Ddebug.rs1646 impl Debug for ItemImpl {
1648 impl ItemImpl { in fmt() impls
1663 self.debug(formatter, "ItemImpl") in fmt()
H A Dvisit_mut.rs480 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 Dhash.rs1502 impl Hash for ItemImpl {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs2601 impl Debug for Lite<syn::ItemImpl> {
2603 let mut formatter = formatter.debug_struct("ItemImpl"); in fmt()

Completed in 45 milliseconds