Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp302 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput() local
304 ModuleIDs.push_back(M.first); in printFullOutput()
305 llvm::sort(ModuleIDs, in printFullOutput()
318 for (auto &&ModID : ModuleIDs) { in printFullOutput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp327 SmallVector<unsigned, 2> ModuleIDs = *Known; in lookupIdentifier() local
328 for (unsigned I = 0, N = ModuleIDs.size(); I != N; ++I) { in lookupIdentifier()
329 if (ModuleFile *MF = Modules[ModuleIDs[I]].File) in lookupIdentifier()