Home
last modified time | relevance | path

Searched defs:TokenTree (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api-macros/src/
H A Dbits.rs16 fn paren(ts: TokenStream) -> TokenTree { in paren()
20 fn ident(s: &'static str) -> TokenTree { in ident()
24 fn punct(ch: char) -> TokenTree { in punct()
36 tok: TokenTree, in parse_primary()
39 ) -> Result<Option<TokenTree>, MacroError> { in parse_primary()
99 TokenTree, in parse_binop() argument
102 ) -> Result<Option<TokenTree>, MacroError>, in parse_binop()
105 tok: TokenTree, in parse_binop()
136 tok: TokenTree, in parse_sub()
139 ) -> Result<Option<TokenTree>, MacroError> { in parse_sub()
[all …]