Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp302 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput()
306 [](const IndexedModuleID &A, const IndexedModuleID &B) { in printFullOutput()
360 return Modules[IndexedModuleID{MID, 0}].ImplicitModulePCMPath; in lookupPCMPath()
364 auto I = Modules.find(IndexedModuleID{MID, 0}); in lookupModuleDeps()
369 struct IndexedModuleID { struct in FullDeps
373 bool operator==(const IndexedModuleID &Other) const { in operator ==() argument
380 std::size_t operator()(const IndexedModuleID &IMID) const { in operator ()()
396 std::unordered_map<IndexedModuleID, ModuleDeps, IndexedModuleIDHasher>