Searched defs:StrStyle (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/ |
| D | state.rs | 390 fn print_string(&mut self, st: &str, style: ast::StrStyle) { in print_string() 400 fn print_symbol(&mut self, sym: Symbol, style: ast::StrStyle) { in print_symbol()
|
| /third_party/rust/rust/compiler/rustc_expand/src/ |
| D | base.rs | 1235 ) -> Result<(Symbol, ast::StrStyle, Span), Option<(DiagnosticBuilder<'a, ErrorGuaranteed>, bool)>> { in expr_to_spanned_string() 1273 ) -> Option<(Symbol, ast::StrStyle)> { in expr_to_string()
|
| /third_party/rust/crates/syn/src/ |
| D | lit.rs | 790 pub enum StrStyle { enum
|
| /third_party/rust/rust/compiler/rustc_ast/src/ |
| D | ast.rs | 1756 pub enum StrStyle { enum
|