Searched defs:is_ident (Results 1 – 2 of 2) sorted by relevance
2952 bool is_ident = (context_p->token.lit_location.type == LEXER_IDENT_LITERAL); in scanner_scan_all() local
570 pub fn is_ident<I: ?Sized>(&self, ident: &I) -> bool in is_ident() method