Home
last modified time | relevance | path

Searched refs:apostrophe (Results 1 – 11 of 11) sorted by relevance

/linux/rust/syn/
H A Dlifetime.rs21 pub apostrophe: Span, field
57 apostrophe: span, in new()
63 self.apostrophe in span()
65 .unwrap_or(self.apostrophe) in span()
69 self.apostrophe = span; in set_span()
84 apostrophe: self.apostrophe, in clone()
152 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens() localVariable
153 apostrophe.set_span(self.apostrophe); in to_tokens()
154 tokens.append(apostrophe); in to_tokens()
H A Dbuffer.rs230 apostrophe: punct.span(), in lifetime()
H A Dexpr.rs2727 let start_span = label.unwrap().apostrophe; in expr_break()
/linux/rust/quote/
H A Druntime.rs320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable
321 apostrophe.set_span(span); in push_lifetime_spanned()
322 apostrophe in push_lifetime_spanned()
/linux/drivers/s390/char/
H A Ddefkeymap.map130 keycode 125 = apostrophe Ugrave
/linux/arch/m68k/hp300/
H A Dhp300map.map135 keycode 108 = apostrophe quotedbl
/linux/drivers/tty/vt/
H A Ddefkeymap.map90 keycode 40 = apostrophe quotedbl
/linux/rust/syn/gen/
H A Dfold.rs2683 apostrophe: f.fold_span(node.apostrophe), in fold_lifetime()
H A Ddebug.rs1978 formatter.field("apostrophe", &self.apostrophe); in debug()
H A Dvisit_mut.rs2588 v.visit_span_mut(&mut node.apostrophe); in visit_lifetime_mut()
H A Dvisit.rs2723 v.visit_span(&node.apostrophe); in visit_lifetime()