Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp308 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput()
312 [](const IndexedModuleID &A, const IndexedModuleID &B) { in printFullOutput()
386 auto MDIt = Modules.find(IndexedModuleID{MID, 0}); in constructPCMPath()
400 struct IndexedModuleID { struct in FullDeps
404 bool operator==(const IndexedModuleID &Other) const { in operator ==() argument
411 std::size_t operator()(const IndexedModuleID &IMID) const { in operator ()()
427 std::unordered_map<IndexedModuleID, ModuleDeps, IndexedModuleIDHasher>