Home
last modified time | relevance | path

Searched refs:ItemMod (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dmerge_extern_blocks.rs3 Item, ItemForeignMod, ItemMod,
6 pub(super) fn merge_extern_blocks(item_mod: &mut ItemMod) {
13 fn visit_item_mod_mut(&mut self, item_mod: &mut ItemMod) { in visit_item_mod_mut()
H A Dsort_semantically.rs3 Item, ItemMod,
6 pub(super) fn sort_semantically(item_mod: &mut ItemMod) {
13 fn visit_item_mod_mut(&mut self, item_mod: &mut ItemMod) { in visit_item_mod_mut()
H A Dmod.rs3 use syn::{parse2, ItemMod};
15 run: fn(&mut ItemMod),
50 let mut item_mod = parse2::<ItemMod>(module_wrapped_tokens).unwrap();
/third_party/rust/crates/syn/src/
H A Ditem.rs44 Mod(ItemMod),
192 pub struct ItemMod { structure names
320 | Item::Mod(ItemMod { attrs, .. })
1704 impl Parse for ItemMod {
1718 Ok(ItemMod { in parse()
1737 Ok(ItemMod { in parse()
2938 impl ToTokens for ItemMod {
H A Dlib.rs406 ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1176 impl Clone for ItemMod {
1178 ItemMod { in clone()
H A Dfold.rs490 fn fold_item_mod(&mut self, i: ItemMod) -> ItemMod { in fold_item_mod()
2253 pub fn fold_item_mod<F>(f: &mut F, node: ItemMod) -> ItemMod in fold_item_mod()
2257 ItemMod { in fold_item_mod()
H A Deq.rs1133 impl Eq for ItemMod {}
1136 impl PartialEq for ItemMod {
H A Ddebug.rs1685 impl Debug for ItemMod {
1687 impl ItemMod { in fmt() impls
1700 self.debug(formatter, "ItemMod") in fmt()
H A Dvisit_mut.rs490 fn visit_item_mod_mut(&mut self, i: &mut ItemMod) { in visit_item_mod_mut()
2507 pub fn visit_item_mod_mut<V>(v: &mut V, node: &mut ItemMod) in visit_item_mod_mut()
H A Dhash.rs1531 impl Hash for ItemMod {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs2670 impl Debug for Lite<syn::ItemMod> {
2672 let mut formatter = formatter.debug_struct("ItemMod"); in fmt()

Completed in 36 milliseconds