Lines Matching refs:yylloc

464             "undefined" == typeof lexer.yylloc && (lexer.yylloc = {});
465 var yyloc = lexer.yylloc;
487 … stack.push(symbol), vstack.push(lexer.yytext), lstack.push(lexer.yylloc), stack.push(action[1]),
489 …yytext = lexer.yytext, yylineno = lexer.yylineno, yyloc = lexer.yylloc, recovering > 0 && recoveri…
525 this.yylloc = { class in lexer.lexer.setInput
530 }, this.options.ranges && (this.yylloc.range = [ 0, 0 ]), this.offset = 0, this;
537 … return lines ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++,
538 this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1),
550 var r = this.yylloc.range;
551 return this.yylloc = { class
552 first_line: this.yylloc.first_line,
554 first_column: this.yylloc.first_column,
555 …oldLines.length ? this.yylloc.first_column : 0) + oldLines[oldLines.length - lines.length].length …
556 }, this.options.ranges && (this.yylloc.range = [ r[0], r[0] + this.yyleng - len ]),
596 yylloc: {
597 first_line: this.yylloc.first_line,
599 first_column: this.yylloc.first_column,
600 last_column: this.yylloc.last_column
613 …}, this.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].ma…
614 lines && (this.yylineno += lines.length), this.yylloc = {
615 first_line: this.yylloc.last_line,
617 first_column: this.yylloc.last_column,
618 …h - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + matc…
620 … this.options.ranges && (this.yylloc.range = [ this.offset, this.offset += this.yyleng ]),