Home
last modified time | relevance | path

Searched refs:DEPS_ALL (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dtarget.cc180 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in RecursiveCheckAssertNoDeps()
1114 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckVisibility()
1148 for (const auto& pair : GetDeps(DEPS_ALL)) { in CheckTestonly()
1264 const DepsIteratorRange& all_deps = GetDeps(Target::DEPS_ALL); in GetMetadata()
Danalyzer.cc249 item->AsTarget()->GetDeps(Target::DEPS_ALL)) in Analyzer()
406 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in FilterTarget()
Ddesc_builder.cc111 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursiveCollectChildDeps()
653 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) in RecursivePrintDeps()
708 for (const auto& pair : target_->GetDeps(Target::DEPS_ALL)) in RenderDeps()
Dqt_creator_writer.cc76 for (const auto& dep : target->GetDeps(Target::DEPS_ALL)) { in CollectDeps()
Dtarget.h59 DEPS_ALL, // Iterates through all public, private, and data deps. enumerator
Dcommand_refs.cc38 for (const auto& dep_pair : target->GetDeps(Target::DEPS_ALL)) in FillDepMap()
Dcompile_commands_writer.cc362 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in VisitDeps()
Dvisual_studio_writer.cc223 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in FilterTargets()