Lines Matching refs:Location
137 void RecordAsyncArrowParametersError(const Scanner::Location& loc,
148 void RecordParameterInitializerError(const Scanner::Location& loc,
172 void RecordPatternError(const Scanner::Location& loc,
182 void RecordStrictModeParameterError(const Scanner::Location& loc,
199 void RecordDeclarationError(const Scanner::Location& loc,
209 void RecordExpressionError(const Scanner::Location& loc,
256 void Report(const Scanner::Location& loc, MessageTemplate message) const {
385 Scanner::Location(pos, pos + name->length()),
447 duplicate_loc_ = Scanner::Location(pos, pos + name->length());
454 const Scanner::Location& duplicate_location() const { return duplicate_loc_; }
457 Scanner::Location duplicate_loc_ = Scanner::Location::invalid();
494 void RecordAsyncArrowParametersError(const Scanner::Location& loc,
525 void RecordExpressionError(const Scanner::Location& loc,
530 void RecordPatternError(const Scanner::Location& loc,
540 ExpressionScopeT::Report(Scanner::Location(begin, end),
619 locations_[index] = Scanner::Location::invalid();
622 void Record(int index, const Scanner::Location& loc,
655 Scanner::Location locations_[kNumberOfErrors];
737 Scanner::Location locations_[2];
819 void RecordDeclarationError(const Scanner::Location& loc,
836 Scanner::Location declaration_error_location = Scanner::Location::invalid();