Searched defs:FullCodeCharKind (Results 1 – 3 of 3) sorted by relevance
550 fn new_line(&mut self, kind: FullCodeCharKind) { in new_line()589 fn char(&mut self, c: char, kind: FullCodeCharKind) { in char()613 fn should_report_error(&self, char_kind: FullCodeCharKind, error_kind: &ErrorKind) -> bool { in should_report_error()
1253 pub(crate) enum FullCodeCharKind { enum1276 impl FullCodeCharKind { implementation1353 fn next(&mut self) -> Option<(FullCodeCharKind, T::Item)> { in next()
647 pub(crate) fn indent_next_line(kind: FullCodeCharKind, line: &str, config: &Config) -> bool { in indent_next_line()