Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h63 std::string ContextHash; member
66 return std::tie(ModuleName, ContextHash) ==
67 std::tie(Other.ModuleName, Other.ContextHash);
71 return std::tie(ModuleName, ContextHash) <
72 std::tie(Other.ModuleName, Other.ContextHash);
249 std::string ContextHash; variable
327 return hash_combine(ID.ModuleName, ID.ContextHash); in hash_value()
H A DDependencyScanningTool.h179 ContextHash = std::move(Hash); in handleContextHash()
191 std::string ContextHash; variable
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp349 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted()
378 ID.ContextHash = std::move(TUDeps.ID.ContextHash); in mergeDeps()
459 {"context-hash", MD.ID.ContextHash}, in printFullOutput()
475 {"clang-context-hash", I.ContextHash}, in printFullOutput()
486 {"clang-context-hash", I.ContextHash}, in printFullOutput()
544 std::string ContextHash; member
681 llvm::sys::path::append(ExplicitPCMPath, MID.ContextHash, in constructPCMPath()
682 MID.ModuleName + "-" + MID.ContextHash + ".pcm"); in constructPCMPath()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp171 TU.ID.ContextHash = std::move(ContextHash); in takeTranslationUnitDeps()
H A DModuleDepCollector.cpp420 HashBuilder.add(ID.ContextHash); in getModuleContextHash()
434 Deps.ID.ContextHash = getModuleContextHash( in associateWithContextHash()
451 if (MDC.ContextHash.empty()) { in LexedFileChanged()
452 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
453 MDC.Consumer.handleContextHash(MDC.ContextHash); in LexedFileChanged()