Searched refs:export_locations (Results 1 – 2 of 2) sorted by relevance
1363 ZoneList<Scanner::Location>* export_locations, in ParseExportClause() argument1399 export_locations->Add(scanner()->location(), zone()); in ParseExportClause()1646 ZoneList<Scanner::Location> export_locations(1, zone()); in ParseExportDeclaration() local1648 ParseExportClause(&export_names, &export_locations, &local_names, in ParseExportDeclaration()1662 DCHECK_EQ(length, export_locations.length()); in ParseExportDeclaration()1668 ParserTraits::ReportMessageAt(export_locations[i], in ParseExportDeclaration()
737 ZoneList<Scanner::Location>* export_locations,