Home | History | Annotate | Download | only in parsing

Lines Matching full:location

20         : location(Scanner::Location::invalid()),
25 Scanner::Location location;
155 void RecordExpressionError(const Scanner::Location& loc,
160 expression_error_.location = loc;
165 void RecordExpressionError(const Scanner::Location& loc,
170 expression_error_.location = loc;
176 void RecordFormalParameterInitializerError(const Scanner::Location& loc,
181 formal_parameter_initializer_error_.location = loc;
186 void RecordBindingPatternError(const Scanner::Location& loc,
191 binding_pattern_error_.location = loc;
196 void RecordAssignmentPatternError(const Scanner::Location& loc,
201 assignment_pattern_error_.location = loc;
206 void RecordPatternError(const Scanner::Location& loc,
213 void RecordArrowFormalParametersError(const Scanner::Location& loc,
218 arrow_formal_parameters_error_.location = loc;
223 void RecordDuplicateFormalParameterError(const Scanner::Location& loc) {
226 duplicate_formal_parameter_error_.location = loc;
234 void RecordStrictModeFormalParameterError(const Scanner::Location& loc,
239 strict_mode_formal_parameter_error_.location = loc;
244 void RecordStrongModeFormalParameterError(const Scanner::Location& loc,
249 strong_mode_formal_parameter_error_.location = loc;
254 void RecordLetPatternError(const Scanner::Location& loc,
259 let_pattern_error_.location = loc;
264 void RecordCoverInitializedNameError(const Scanner::Location& loc,
269 cover_initialized_name_error_.location = loc;