Lines Matching refs:Scanner

71   ParserBase(Scanner* scanner, uintptr_t stack_limit, v8::Extension* extension,
285 Scanner* scanner() const { return scanner_; }
382 Scanner::Location octal = scanner()->octal_position();
397 const Scanner::Location& function_name_loc,
398 const Scanner::Location& eval_args_error_loc,
399 const Scanner::Location& dupe_error_loc,
400 const Scanner::Location& reserved_loc,
446 Scanner::Location source_location = scanner()->location();
450 void ReportMessageAt(Scanner::Location location, const char* message,
506 Scanner::Location function_name_location,
515 Scanner::Location location, const char* message, bool* ok);
550 Scanner* scanner() const { return parser_->scanner(); }
586 Scanner* scanner_;
1257 void ReportMessageAt(Scanner::Location location,
1300 PreParserIdentifier GetSymbol(Scanner* scanner);
1301 PreParserIdentifier GetNumberAsSymbol(Scanner* scanner);
1303 static PreParserIdentifier GetNextSymbol(Scanner* scanner) {
1327 Token::Value token, int pos, Scanner* scanner,
1339 Scanner* scanner,
1373 Scanner::Location* dupe_loc,
1387 PreParserIdentifier name, Scanner::Location function_name_location,
1420 PreParser(Scanner* scanner, ParserRecorder* log, uintptr_t stack_limit)
1522 Identifier name, Scanner::Location function_name_location,
1609 Scanner::Location source_location = scanner()->location();
1838 Scanner::Location class_name_location = Scanner::Location::invalid();
2144 Scanner::Location lhs_location = scanner()->peek_location();
2353 Scanner::Location lhs_location = scanner()->peek_location();
2376 Scanner::Location lhs_location = scanner()->peek_location();
2532 Scanner::Location function_name_location = Scanner::Location::invalid();
2555 ReportMessageAt(Scanner::Location(beg_pos, position()),
2626 Scanner::Location dupe_error_loc = Scanner::Location::invalid();
2631 Scanner::Location(start_pos, scanner()->location().beg_pos),
2637 ReportMessageAt(Scanner::Location(params_ast->position(), position()),
2682 Scanner::Location function_name_loc = Scanner::Location::invalid();
2683 Scanner::Location eval_args_error_loc = Scanner::Location::invalid();
2684 Scanner::Location reserved_loc = Scanner::Location::invalid();
2722 IdentifierT name, Scanner::Location class_name_location,
2784 Scanner::Location location, const char* message, bool* ok) {