Home | History | Annotate | Download | only in Compiler

Lines Matching refs:next_kind

742         next_kind, next_bytes_value, next_unicode_value = p_string_literal(s)
743 if next_kind == 'c':
745 elif next_kind != kind:
747 (kind, next_kind))