Lines Matching defs:locations_
619 locations_[index] = Scanner::Location::invalid();
621 bool is_valid(int index) const { return !locations_[index].IsValid(); }
627 locations_[index] = loc;
635 ExpressionScopeT::Report(locations_[index], messages_[index]);
655 Scanner::Location locations_[kNumberOfErrors];
694 if (!locations_[i].IsValid()) copy(i);
726 locations_[entry] = scope_->locations_[entry];
730 if (!locations_[entry].IsValid()) return;
732 scope_->locations_[entry] = locations_[entry];
737 Scanner::Location locations_[2];