/third_party/gn/src/gn/ |
D | location.cc | 58 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()
|
D | loader.h | 19 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,
|
D | location.h | 43 class LocationRange { 45 LocationRange(); 46 LocationRange(const Location& begin, const Location& end); 54 LocationRange Union(const LocationRange& other) const;
|
D | input_file_manager.h | 25 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,
|
D | err.h | 36 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()
|
D | loader_unittest.cc | 81 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()
|
D | parse_tree.h | 97 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 …]
|
D | loader.cc | 24 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()
|
D | parse_tree.cc | 97 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 …]
|
D | input_file_manager.cc | 37 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()
|
D | template.h | 16 class LocationRange; variable 47 LocationRange GetDefinitionRange() const;
|
D | err.cc | 28 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()
|
D | token.h | 69 LocationRange range() const { in range() 70 return LocationRange( in range()
|
D | header_checker.cc | 40 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()
|
D | header_checker.h | 136 const LocationRange& range, 171 const LocationRange& range,
|
D | tokenizer.cc | 272 err_->AppendRange(LocationRange(location, GetCurrentLocation())); in AdvanceToEndOfToken() 282 *err_ = Err(LocationRange(location, GetCurrentLocation()), in AdvanceToEndOfToken() 291 *err_ = Err(LocationRange(location, GetCurrentLocation()), in AdvanceToEndOfToken()
|
D | c_include_iterator.h | 18 LocationRange location;
|
D | function_exec_script.cc | 34 LocationRange function_range = function->GetRange(); in CheckExecScriptPermissions()
|
D | header_checker_unittest.cc | 156 LocationRange range; // Dummy value. in TEST_F() 291 LocationRange range; // Dummy value. in TEST_F() 398 LocationRange range; // Dummy value. in TEST_F()
|
D | command_outputs.cc | 138 if (!target->GetOutputsAsSourceFiles(LocationRange(), true, &output_files, in RunOutputs()
|
D | function_get_target_outputs.cc | 117 LocationRange arg_range;
|
D | template.cc | 126 LocationRange Template::GetDefinitionRange() const { in GetDefinitionRange()
|
D | c_include_iterator.cc | 141 include->location = LocationRange( in GetNextIncludeString()
|
D | c_include_iterator_unittest.cc | 14 bool RangeIs(const LocationRange& range, in RangeIs()
|
D | operators_unittest.cc | 38 LocationRange GetRange() const override { return LocationRange(); } in GetRange()
|