Searched refs:apostrophe (Results 1 – 11 of 11) sorted by relevance
21 pub apostrophe: Span, field57 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() localVariable153 apostrophe.set_span(self.apostrophe); in to_tokens()154 tokens.append(apostrophe); in to_tokens()
230 apostrophe: punct.span(), in lifetime()
2727 let start_span = label.unwrap().apostrophe; in expr_break()
320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable321 apostrophe.set_span(span); in push_lifetime_spanned()322 apostrophe in push_lifetime_spanned()
130 keycode 125 = apostrophe Ugrave
135 keycode 108 = apostrophe quotedbl
90 keycode 40 = apostrophe quotedbl
2683 apostrophe: f.fold_span(node.apostrophe), in fold_lifetime()
1978 formatter.field("apostrophe", &self.apostrophe); in debug()
2588 v.visit_span_mut(&mut node.apostrophe); in visit_lifetime_mut()
2723 v.visit_span(&node.apostrophe); in visit_lifetime()