Searched defs:LitBool (Results 1 – 7 of 7) sorted by relevance
508 impl LitBool { implementation592 impl Debug for LitBool { implementation687 pub fn LitBool(marker: lookahead::TokenMarker) -> LitBool { in LitBool() function857 impl Parse for LitBool { implementation917 impl ToTokens for LitBool { implementation
1337 impl Eq for LitBool {} implementation1339 impl PartialEq for LitBool { implementation
1336 impl Clone for LitBool { implementation
1714 impl Hash for LitBool { implementation
443 fn visit_lit_bool_mut(&mut self, i: &mut LitBool) { in visit_lit_bool_mut()
440 fn fold_lit_bool(&mut self, i: LitBool) -> LitBool { in fold_lit_bool()
439 fn visit_lit_bool(&mut self, i: &'ast LitBool) { in visit_lit_bool()