Searched defs:TokenTree (Results 1 – 1 of 1) sorted by relevance
16 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() argument102 ) -> 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 …]