Home
last modified time | relevance | path

Searched defs:ItemMod (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
Dsort_semantically.rs6 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()
Dmerge_extern_blocks.rs6 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()
/third_party/rust/crates/syn/src/
Ditem.rs1681 impl Parse for ItemMod { implementation
2844 impl ToTokens for ItemMod { implementation
/third_party/rust/crates/syn/src/gen/
Deq.rs1129 impl Eq for ItemMod {} implementation
1132 impl PartialEq for ItemMod { implementation
Dclone.rs1178 impl Clone for ItemMod { implementation
Dhash.rs1537 impl Hash for ItemMod { implementation
Dfold.rs398 fn fold_item_mod(&mut self, i: ItemMod) -> ItemMod { in fold_item_mod()
Dvisit_mut.rs398 fn visit_item_mod_mut(&mut self, i: &mut ItemMod) { in visit_item_mod_mut()
Ddebug.rs1656 impl Debug for ItemMod { implementation
Dvisit.rs397 fn visit_item_mod(&mut self, i: &'ast ItemMod) { in visit_item_mod()