Lines Matching refs:ModuleID
252 static llvm::json::Array toJSONSorted(std::vector<ModuleID> V) { in toJSONSorted()
253 llvm::sort(V, [](const ModuleID &A, const ModuleID &B) { in toJSONSorted()
259 for (const ModuleID &MID : V) in toJSONSorted()
291 [&](ModuleID MID) { return lookupPCMPath(MID); }, in mergeDeps()
292 [&](ModuleID MID) -> const ModuleDeps & { in mergeDeps()
329 [&](ModuleID MID) { return lookupPCMPath(MID); }, in printFullOutput()
330 [&](ModuleID MID) -> const ModuleDeps & { in printFullOutput()
359 StringRef lookupPCMPath(ModuleID MID) { in lookupPCMPath()
363 const ModuleDeps &lookupModuleDeps(ModuleID MID) { in lookupModuleDeps()
370 ModuleID ID;
391 std::vector<ModuleID> ModuleDeps;