Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h58 std::string ContextHash; member
61 return ModuleName == Other.ModuleName && ContextHash == Other.ContextHash;
224 std::string ContextHash; variable
296 return hash_combine(ID.ModuleName, ID.ContextHash);
H A DDependencyScanningTool.h165 ClangModuleDeps[MD.ID.ContextHash + MD.ID.ModuleName] = std::move(MD); in handleModuleDependency()
169 ContextHash = std::move(Hash); in handleContextHash()
188 std::string ContextHash; variable
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp254 return std::tie(A.ModuleName, A.ContextHash) < in toJSONSorted()
255 std::tie(B.ModuleName, B.ContextHash); in toJSONSorted()
261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted()
274 ID.ContextHash = std::move(FD.ID.ContextHash); in mergeDeps()
315 {"context-hash", MD.ID.ContextHash}, in printFullOutput()
331 {"clang-context-hash", I.ContextHash}, in printFullOutput()
342 {"clang-context-hash", I.ContextHash}, in printFullOutput()
370 ID.ContextHash == Other.ID.ContextHash; in operator ==()
378 return hash_combine(IMID.ID.ModuleName, IMID.ID.ContextHash); in operator ()()
384 std::string ContextHash; member
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp194 FD.ID.ContextHash = std::move(ContextHash); in takeFullDependencies()
221 FD.ID.ContextHash = std::move(ContextHash); in getFullDependenciesLegacyDriverCommand()
H A DModuleDepCollector.cpp282 HashBuilder.add(ID.ContextHash); in getModuleContextHash()
296 Deps.ID.ContextHash = getModuleContextHash(Deps, CI, EagerLoadModules); in associateWithContextHash()
311 if (MDC.ContextHash.empty()) { in FileChanged()
312 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
313 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()