Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp295 std::vector<IndexedModuleID> ModuleIDs; in printFullOutput()
299 [](const IndexedModuleID &A, const IndexedModuleID &B) { in printFullOutput()
364 struct IndexedModuleID { struct in FullDeps
368 bool operator==(const IndexedModuleID &Other) const { in operator ==() argument
375 std::size_t operator()(const IndexedModuleID &IMID) const { in operator ()()
392 std::unordered_map<IndexedModuleID, ModuleDeps, IndexedModuleIDHasher>