Searched refs:column_ (Results 1 – 4 of 4) sorted by relevance
195 column_(0), in Tokenizer()227 column_ = 0; in NextChar()229 column_ += kTabWidth - column_ % kTabWidth; in NextChar()231 ++column_; in NextChar()294 current_.column = column_; in StartToken()300 current_.end_column = column_; in EndToken()489 int start_column = column_ - 2; in ConsumeBlockComment()548 current_.column = column_ - 1; in TryConsumeCommentStart()549 current_.end_column = column_; in TryConsumeCommentStart()615 error_collector_->AddError(line_, column_ - 2, in Next()[all …]
265 int column_; variable306 error_collector_->AddError(line_, column_, message); in AddError()
85 int column_; member315 entry.column_ = column_offset; in LogWriteDebugInfo()
252 this.column_ = opt_column;265 other_script.id, this.line_, this.column_, this.groupId_,312 return this.column_;327 this.column_ = column;