Lines Matching refs:scanner
292 // Called by ParseProgram after setting up the scanner.
314 ZoneList<Scanner::Location>* export_locations,
316 Scanner::Location* reserved_loc, bool* ok);
320 const Scanner::Location location;
322 Scanner::Location location)
495 const AstRawString* name, Scanner::Location function_name_location,
895 V8_INLINE void ReportMessageAt(Scanner::Location source_location,
911 V8_INLINE void ReportMessageAt(Scanner::Location source_location,
977 const AstRawString* result = scanner()->CurrentSymbol(ast_value_factory());
983 return scanner()->NextSymbol(ast_value_factory());
987 double double_value = scanner()->DoubleValue();
1092 scanner()->location());
1099 const Scanner::Location& params_loc,
1100 Scanner::Location* duplicate_loc,
1143 Scanner scanner_;