Home
last modified time | relevance | path

Searched refs:Parenthesis (Results 1 – 12 of 12) sorted by relevance

/linux/rust/syn/
H A Dtt.rs15 (Delimiter::Parenthesis, Delimiter::Parenthesis) in eq()
58 Delimiter::Parenthesis => 0u8.hash(h), in hash()
H A Dmac.rs160 Delimiter::Parenthesis => MacroDelimiter::Paren(Paren(span)), in parse_delimiter()
211 MacroDelimiter::Paren(paren) => (Delimiter::Parenthesis, paren.span), in surround()
H A Dgroup.rs49 parse_delimited(input, Delimiter::Parenthesis).map(|(span, content)| Parens { in parse_parens()
94 Delimiter::Parenthesis => "expected parentheses", in parse_delimited()
H A Dlookahead.rs119 Delimiter::Parenthesis => "`)`", in error()
H A Dtoken.rs653 cursor.group(Delimiter::Parenthesis).is_some() in peek()
802 Parenthesis pub struct Paren /// `(`…`)`
H A Dparse.rs1331 Delimiter::Parenthesis => "unexpected token, expected `)`", in err_unexpected_token()
/linux/rust/proc-macro2/
H A Dwrapper.rs570 Delimiter::Parenthesis => proc_macro::Delimiter::Parenthesis, in new()
586 proc_macro::Delimiter::Parenthesis => Delimiter::Parenthesis, in delimiter()
H A Dparse.rs201 b'(' if !input.starts_with(ERROR) => Some(Delimiter::Parenthesis), in token_stream()
213 b')' => Some(Delimiter::Parenthesis), in token_stream()
H A Dlib.rs644 Parenthesis, enumerator
H A Dfallback.rs748 Delimiter::Parenthesis => ("(", ")"), in fmt()
/linux/rust/macros/
H A Dquote.rs73 ::proc_macro::Delimiter::Parenthesis,
/linux/rust/quote/
H A Dlib.rs1028 $crate::__private::Delimiter::Parenthesis,
1250 $crate::__private::Delimiter::Parenthesis,