Searched refs:LEXER_IS_IDENT_OR_STRING (Results 1 – 3 of 3) sorted by relevance
65 #define LEXER_IS_IDENT_OR_STRING(literal_type) ((literal_type) <= LEXER_STRING_LITERAL) macro
563 && LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type) in parser_parse_class_literal()671 else if (LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type)) in parser_parse_class_literal()
2436 && LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type) in scanner_scan_all()