Searched defs:LitBool (Results 1 – 7 of 7) sorted by relevance
529 impl LitBool { impl618 impl Debug for LitBool { implementation713 pub fn LitBool(marker: lookahead::TokenMarker) -> LitBool { in LitBool() function883 impl Parse for LitBool { implementation943 impl ToTokens for LitBool { implementation
1262 impl Eq for LitBool {} implementation1264 impl PartialEq for LitBool { implementation
1340 impl Clone for LitBool { implementation
1718 impl Hash for LitBool { implementation
443 fn visit_lit_bool_mut(&mut self, i: &mut LitBool) { in visit_lit_bool_mut()
443 fn fold_lit_bool(&mut self, i: LitBool) -> LitBool { in fold_lit_bool()
442 fn visit_lit_bool(&mut self, i: &'ast LitBool) { in visit_lit_bool()