Searched defs:ItemUse (Results 1 – 9 of 9) sorted by relevance
173 struct ItemUse { struct174 Item* user;175 int64 operand_number;176 absl::optional<int64> index;178 ItemUse(Item* user, int64_t op_num, absl::optional<int64> index) in ItemUse() argument180 bool operator==(const ItemUse& other) const { in operator ==()
1325 impl Parse for ItemUse { implementation2776 impl ToTokens for ItemUse { implementation
1211 impl Eq for ItemUse {} implementation1214 impl PartialEq for ItemUse { implementation
1286 impl Clone for ItemUse { implementation
1637 impl Hash for ItemUse { implementation
426 fn visit_item_use_mut(&mut self, i: &mut ItemUse) { in visit_item_use_mut()
426 fn fold_item_use(&mut self, i: ItemUse) -> ItemUse { in fold_item_use()
1764 impl Debug for ItemUse { implementation
425 fn visit_item_use(&mut self, i: &'ast ItemUse) { in visit_item_use()