Searched defs:source_locations (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc74 MockValidationErrorCollector(const SourceLocationTable& source_locations, argument
76 : source_locations_(source_locations),
152 SourceLocationTable source_locations; local
153 parser_->RecordSourceLocationsTo(&source_locations);
162 source_locations, &error_collector_);
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp139 namespace source_locations { namespace
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc77 MockValidationErrorCollector(const SourceLocationTable& source_locations, argument
79 : source_locations_(source_locations),
158 SourceLocationTable source_locations; local
159 parser_->RecordSourceLocationsTo(&source_locations);
168 source_locations, &error_collector_);

Completed in 3715 milliseconds