Home | History | Annotate | Download | only in parsing

Lines Matching full:source_location

527 void ParserTraits::ReportMessageAt(Scanner::Location source_location,
536 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos,
537 source_location.end_pos,
544 Scanner::Location source_location = parser_->scanner()->location();
545 ReportMessageAt(source_location, message, arg, error_type);
552 Scanner::Location source_location = parser_->scanner()->location();
553 ReportMessageAt(source_location, message, arg, error_type);
557 void ParserTraits::ReportMessageAt(Scanner::Location source_location,
567 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos,
568 source_location.end_pos,