Home
last modified time | relevance | path

Searched refs:LocationRange (Results 1 – 25 of 36) sorted by relevance

12

/third_party/gn/src/gn/
Dlocation.cc58 LocationRange::LocationRange() = default;
60 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange() function in LocationRange
65 LocationRange LocationRange::Union(const LocationRange& other) const { in Union()
67 return LocationRange(begin_ < other.begin_ ? begin_ : other.begin_, in Union()
Dloader.h19 class LocationRange; variable
39 const LocationRange& origin,
58 void Load(const Label& label, const LocationRange& origin);
75 std::function<bool(const LocationRange&,
85 const LocationRange& origin,
127 const LocationRange& origin,
136 const LocationRange& origin,
159 bool AsyncLoadFile(const LocationRange& origin,
Dlocation.h43 class LocationRange {
45 LocationRange();
46 LocationRange(const Location& begin, const Location& end);
54 LocationRange Union(const LocationRange& other) const;
Dinput_file_manager.h25 class LocationRange; variable
57 bool AsyncLoadFile(const LocationRange& origin,
66 const ParseNode* SyncLoadFile(const LocationRange& origin,
141 void BackgroundLoadFile(const LocationRange& origin,
147 bool LoadFile(const LocationRange& origin,
Derr.h36 std::vector<LocationRange> ranges;
45 using RangeList = std::vector<LocationRange>;
56 Err(const LocationRange& range,
88 void AppendRange(const LocationRange& range) { info_->ranges.push_back(range); } in AppendRange()
Dloader_unittest.cc81 bool AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile()
106 [this](const LocationRange& origin, const BuildSettings* build_settings, in GetAsyncCallback()
199 loader->Load(root_build, LocationRange(), Label()); in TEST_F()
214 loader->Load(second_file, LocationRange(), second_tc); in TEST_F()
232 loader->Load(third_file, LocationRange(), second_tc); in TEST_F()
266 loader->Load(root_build, LocationRange(), Label()); in TEST_F()
317 loader->Load(root_build, LocationRange(), Label()); in TEST_F()
357 loader->Load(root_build, LocationRange(), Label()); in TEST_F()
372 loader->Load(second_file, LocationRange(), second_tc); in TEST_F()
Dparse_tree.h97 virtual LocationRange GetRange() const = 0;
117 base::Value CreateJSONNode(const char* type, LocationRange location) const;
120 LocationRange location) const;
164 LocationRange GetRange() const override;
234 LocationRange GetRange() const override;
283 LocationRange GetRange() const override;
333 LocationRange GetRange() const override;
378 LocationRange GetRange() const override;
418 LocationRange GetRange() const override;
448 LocationRange GetRange() const override;
[all …]
Dloader.cc24 SourceFileAndOrigin(const SourceFile& f, const LocationRange& o) in SourceFileAndOrigin()
28 LocationRange origin;
84 void Loader::Load(const Label& label, const LocationRange& origin) { in Load()
100 const LocationRange& origin, in Load()
206 const LocationRange& origin, in ScheduleLoadFile()
227 LocationRange(), settings->build_settings(), in ScheduleLoadBuildConfig()
240 const LocationRange& origin, in BackgroundLoadFile()
437 bool LoaderImpl::AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile()
Dparse_tree.cc97 void AddLocationJSONNodes(base::Value* dict, LocationRange location) { in AddLocationJSONNodes()
215 LocationRange location) const { in CreateJSONNode()
225 LocationRange location) const { in CreateJSONNode()
303 LocationRange AccessorNode::GetRange() const { in GetRange()
305 return LocationRange(base_.location(), subscript_->GetRange().end()); in GetRange()
307 return LocationRange(base_.location(), member_->GetRange().end()); in GetRange()
309 return LocationRange(); in GetRange()
498 LocationRange BinaryOpNode::GetRange() const { in GetRange()
583 LocationRange BlockNode::GetRange() const { in GetRange()
591 return LocationRange(); in GetRange()
[all …]
Dinput_file_manager.cc37 bool DoLoadFile(const LocationRange& origin, in DoLoadFile()
113 bool InputFileManager::AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile()
172 const LocationRange& origin, in SyncLoadFile()
277 void InputFileManager::BackgroundLoadFile(const LocationRange& origin, in BackgroundLoadFile()
286 bool InputFileManager::LoadFile(const LocationRange& origin, in LoadFile()
Dtemplate.h16 class LocationRange; variable
47 LocationRange GetDefinitionRange() const;
Derr.cc28 void FillRangeOnLine(const LocationRange& range, in FillRangeOnLine()
99 Err::Err(const LocationRange& range, in Err()
117 LocationRange range = node->GetRange(); in Err()
128 LocationRange range = value.origin()->GetRange(); in Err()
Dtoken.h69 LocationRange range() const { in range()
70 return LocationRange( in range()
Dheader_checker.cc40 LocationRange CreatePersistentRange(const InputFile& input_file, in CreatePersistentRange()
41 const LocationRange& range) { in CreatePersistentRange()
50 return LocationRange(Location(clone_input_file, range.begin().line_number(), in CreatePersistentRange()
351 const LocationRange& range, in CheckInclude()
586 const LocationRange& range, in MakeUnreachableError()
Dheader_checker.h136 const LocationRange& range,
171 const LocationRange& range,
Dtokenizer.cc272 err_->AppendRange(LocationRange(location, GetCurrentLocation())); in AdvanceToEndOfToken()
282 *err_ = Err(LocationRange(location, GetCurrentLocation()), in AdvanceToEndOfToken()
291 *err_ = Err(LocationRange(location, GetCurrentLocation()), in AdvanceToEndOfToken()
Dc_include_iterator.h18 LocationRange location;
Dfunction_exec_script.cc34 LocationRange function_range = function->GetRange(); in CheckExecScriptPermissions()
Dheader_checker_unittest.cc156 LocationRange range; // Dummy value. in TEST_F()
291 LocationRange range; // Dummy value. in TEST_F()
398 LocationRange range; // Dummy value. in TEST_F()
Dcommand_outputs.cc138 if (!target->GetOutputsAsSourceFiles(LocationRange(), true, &output_files, in RunOutputs()
Dfunction_get_target_outputs.cc117 LocationRange arg_range;
Dtemplate.cc126 LocationRange Template::GetDefinitionRange() const { in GetDefinitionRange()
Dc_include_iterator.cc141 include->location = LocationRange( in GetNextIncludeString()
Dc_include_iterator_unittest.cc14 bool RangeIs(const LocationRange& range, in RangeIs()
Doperators_unittest.cc38 LocationRange GetRange() const override { return LocationRange(); } in GetRange()

12