Searched refs:parse_ident (Results 1 – 1 of 1) sorted by relevance
44 fn parse_ident(ident: &Ident, idx: &mut usize, flags: &mut Flags) -> bool { in parse_ident() function93 if !parse_ident(ident, idx, flags) { in parse_token()