Searched defs:ItemMod (Results 1 – 10 of 10) sorted by relevance
6 pub(super) fn sort_semantically(item_mod: &mut ItemMod) { in sort_semantically()13 fn visit_item_mod_mut(&mut self, item_mod: &mut ItemMod) { in visit_item_mod_mut()
6 pub(super) fn merge_extern_blocks(item_mod: &mut ItemMod) { in merge_extern_blocks()13 fn visit_item_mod_mut(&mut self, item_mod: &mut ItemMod) { in visit_item_mod_mut()
1681 impl Parse for ItemMod { implementation2844 impl ToTokens for ItemMod { implementation
1129 impl Eq for ItemMod {} implementation1132 impl PartialEq for ItemMod { implementation
1178 impl Clone for ItemMod { implementation
1537 impl Hash for ItemMod { implementation
398 fn fold_item_mod(&mut self, i: ItemMod) -> ItemMod { in fold_item_mod()
398 fn visit_item_mod_mut(&mut self, i: &mut ItemMod) { in visit_item_mod_mut()
1656 impl Debug for ItemMod { implementation
397 fn visit_item_mod(&mut self, i: &'ast ItemMod) { in visit_item_mod()