Lines Matching refs:LitChar
40 Char(LitChar),
88 pub struct LitChar {
380 impl LitChar { impl
384 LitChar { in new()
606 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
674 impl Debug for LitChar { implementation
680 impl LitChar { impl
819 lit_extra_traits!(LitChar);
858 value, Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
983 impl Parse for LitChar { implementation
1057 impl_token!("character literal" LitChar);
1065 use crate::lit::{LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitInt, LitStr};
1098 impl ToTokens for LitChar { implementation
1129 Lit, LitBool, LitByte, LitByteStr, LitCStr, LitChar, LitFloat, LitFloatRepr, LitInt,
1178 return Lit::Char(LitChar { in new()