Home | History | Annotate | Download | only in src

Lines Matching refs:token_start

138   boundary token_start PACIFY_CC (= scanner_cursor);
153 token_start = loc->start;
254 "'" token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
257 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRING;
413 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
424 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
449 unexpected_newline (token_start, "\"");
451 loc->start = token_start;
457 unexpected_eof (token_start, "\"");
459 loc->start = token_start;
475 loc->start = token_start;
489 unexpected_newline (token_start, "'");
496 loc->start = token_start;
509 unexpected_eof (token_start, "'");
589 \n unexpected_newline (token_start, "'"); BEGIN context_state;
590 <<EOF>> unexpected_eof (token_start, "'"); BEGIN context_state;
596 \n unexpected_newline (token_start, "\""); BEGIN context_state;
597 <<EOF>> unexpected_eof (token_start, "\""); BEGIN context_state;
610 token_start = loc->start;
616 token_start = loc->start;
622 token_start = loc->start;