Searched refs:ModuleIDs (Results 1 – 2 of 2) sorted by relevance
317 SmallVector<unsigned, 2> ModuleIDs = *Known; in lookupIdentifier() local318 for (unsigned I = 0, N = ModuleIDs.size(); I != N; ++I) { in lookupIdentifier()319 if (ModuleFile *MF = Modules[ModuleIDs[I]].File) in lookupIdentifier()
479 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput() local481 ModuleIDs.push_back(M.first); in printFullOutput()482 llvm::sort(ModuleIDs); in printFullOutput()488 for (auto &&ModID : ModuleIDs) { in printFullOutput()