Home
last modified time | relevance | path

Searched refs:source_locations (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc81 MockValidationErrorCollector(const SourceLocationTable& source_locations, in MockValidationErrorCollector() argument
83 : source_locations_(source_locations), in MockValidationErrorCollector()
162 SourceLocationTable source_locations; in ExpectHasValidationErrors() local
163 parser_->RecordSourceLocationsTo(&source_locations); in ExpectHasValidationErrors()
172 source_locations, &error_collector_); in ExpectHasValidationErrors()
1906 SourceLocationTable source_locations; in TEST_F() local
1907 parser_->RecordSourceLocationsTo(&source_locations); in TEST_F()
1913 MockValidationErrorCollector collector(source_locations, &error_collector_); in TEST_F()
/external/clang/test/SemaCXX/
Dconversion-function.cpp147 namespace source_locations { namespace