Home
last modified time | relevance | path

Searched defs:FullCodeCharKind (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dformatting.rs550 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()
Dcomment.rs1253 pub(crate) enum FullCodeCharKind { enum
1276 impl FullCodeCharKind { implementation
1353 fn next(&mut self) -> Option<(FullCodeCharKind, T::Item)> { in next()
Dutils.rs647 pub(crate) fn indent_next_line(kind: FullCodeCharKind, line: &str, config: &Config) -> bool { in indent_next_line()