Lines Matching refs:ident
16 ($token:ident) => {58 fn accept_as_ident(ident: &Ident) -> bool {59 match ident.to_string().as_str() {78 if let Some((ident, rest)) = cursor.ident() {79 if accept_as_ident(&ident) {80 Ok((ident, rest))84 ident,96 if let Some((ident, _rest)) = cursor.ident() {97 accept_as_ident(&ident)