Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp369 for (const Module *SubM : Submodules) in forEachSubmoduleSorted() local
370 F(SubM); in forEachSubmoduleSorted()
378 forEachSubmoduleSorted(M, [&](const Module *SubM) { in addAllSubmodulePrebuiltDeps() argument
379 addAllSubmodulePrebuiltDeps(SubM, MD, SeenSubmodules); in addAllSubmodulePrebuiltDeps()
398 forEachSubmoduleSorted(M, [&](const Module *SubM) { in addAllSubmoduleDeps() argument
399 addAllSubmoduleDeps(SubM, MD, AddedModules); in addAllSubmoduleDeps()