Searched refs:source_locations (Results 1 – 5 of 5) sorted by relevance
81 MockValidationErrorCollector(const SourceLocationTable& source_locations, in MockValidationErrorCollector() argument83 : source_locations_(source_locations), in MockValidationErrorCollector()162 SourceLocationTable source_locations; in ExpectHasValidationErrors() local163 parser_->RecordSourceLocationsTo(&source_locations); in ExpectHasValidationErrors()172 source_locations, &error_collector_); in ExpectHasValidationErrors()1906 SourceLocationTable source_locations; in TEST_F() local1907 parser_->RecordSourceLocationsTo(&source_locations); in TEST_F()1913 MockValidationErrorCollector collector(source_locations, &error_collector_); in TEST_F()
147 namespace source_locations { namespace
64 repeated SourceLocation source_locations = 4; field
294 for (auto it = interned_data_decoder.source_locations(); it; ++it) { in ParseInternedData()
2520 repeated SourceLocation source_locations = 4; field