Searched refs:Parenthesis (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/syn/ |
| H A D | tt.rs | 15 (Delimiter::Parenthesis, Delimiter::Parenthesis) in eq() 58 Delimiter::Parenthesis => 0u8.hash(h), in hash()
|
| H A D | mac.rs | 160 Delimiter::Parenthesis => MacroDelimiter::Paren(Paren(span)), in parse_delimiter() 211 MacroDelimiter::Paren(paren) => (Delimiter::Parenthesis, paren.span), in surround()
|
| H A D | group.rs | 49 parse_delimited(input, Delimiter::Parenthesis).map(|(span, content)| Parens { in parse_parens() 94 Delimiter::Parenthesis => "expected parentheses", in parse_delimited()
|
| H A D | lookahead.rs | 119 Delimiter::Parenthesis => "`)`", in error()
|
| H A D | token.rs | 653 cursor.group(Delimiter::Parenthesis).is_some() in peek() 802 Parenthesis pub struct Paren /// `(`…`)`
|
| H A D | parse.rs | 1331 Delimiter::Parenthesis => "unexpected token, expected `)`", in err_unexpected_token()
|
| /linux/rust/proc-macro2/ |
| H A D | wrapper.rs | 570 Delimiter::Parenthesis => proc_macro::Delimiter::Parenthesis, in new() 586 proc_macro::Delimiter::Parenthesis => Delimiter::Parenthesis, in delimiter()
|
| H A D | parse.rs | 201 b'(' if !input.starts_with(ERROR) => Some(Delimiter::Parenthesis), in token_stream() 213 b')' => Some(Delimiter::Parenthesis), in token_stream()
|
| H A D | lib.rs | 644 Parenthesis, enumerator
|
| H A D | fallback.rs | 748 Delimiter::Parenthesis => ("(", ")"), in fmt()
|
| /linux/rust/macros/ |
| H A D | quote.rs | 73 ::proc_macro::Delimiter::Parenthesis,
|
| /linux/rust/quote/ |
| H A D | lib.rs | 1028 $crate::__private::Delimiter::Parenthesis, 1250 $crate::__private::Delimiter::Parenthesis,
|