Searched defs:LitBool (Results 1 – 8 of 8) sorted by relevance
45 fn lit_bool(&mut self, lit: &LitBool) { in lit_bool()
532 impl LitBool { impl675 impl Debug for LitBool { implementation677 impl LitBool { in fmt() impl954 impl Parse for LitBool { implementation1014 impl ToTokens for LitBool { implementation
1270 impl Eq for LitBool {} implementation1272 impl PartialEq for LitBool { implementation
1343 impl Clone for LitBool { implementation
1717 impl Hash for LitBool { implementation
444 fn visit_lit_bool_mut(&mut self, i: &mut LitBool) { in visit_lit_bool_mut()
444 fn fold_lit_bool(&mut self, i: LitBool) -> LitBool { in fold_lit_bool()
443 fn visit_lit_bool(&mut self, i: &'ast LitBool) { in visit_lit_bool()