Searched refs:is_raw (Results 1 – 1 of 1) sorted by relevance
313 STATIC void parse_string_literal(mp_lexer_t *lex, bool is_raw, bool is_fstring) { in parse_string_literal() argument388 if (is_raw) { in parse_string_literal()608 bool is_raw = false; in mp_lexer_to_next() local618 is_raw = true; in mp_lexer_to_next()622 is_raw = true; in mp_lexer_to_next()665 parse_string_literal(lex, is_raw, is_fstring); in mp_lexer_to_next()
Completed in 4 milliseconds