Searched refs:reserved_loc (Results 1 – 2 of 2) sorted by relevance
948 Scanner::Location* reserved_loc, bool* ok) { in ParseExportClause() argument970 if (!reserved_loc->IsValid() && in ParseExportClause()973 *reserved_loc = scanner()->location(); in ParseExportClause()1266 Scanner::Location reserved_loc = Scanner::Location::invalid(); in ParseExportDeclaration() local1268 ParseExportClause(&reserved_loc, CHECK_OK); in ParseExportDeclaration()1274 } else if (reserved_loc.IsValid()) { in ParseExportDeclaration()1277 ReportMessageAt(reserved_loc, MessageTemplate::kUnexpectedReserved); in ParseExportDeclaration()
271 Scanner::Location* reserved_loc, bool* ok);