Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h62 std::string ContextHash; member
65 return std::tie(ModuleName, ContextHash) ==
66 std::tie(Other.ModuleName, Other.ContextHash);
70 return std::tie(ModuleName, ContextHash) <
71 std::tie(Other.ModuleName, Other.ContextHash);
238 std::string ContextHash; variable
311 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
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp171 TU.ID.ContextHash = std::move(ContextHash); in takeTranslationUnitDeps()
H A DModuleDepCollector.cpp351 HashBuilder.add(ID.ContextHash); in getModuleContextHash()
365 Deps.ID.ContextHash = getModuleContextHash( in associateWithContextHash()
382 if (MDC.ContextHash.empty()) { in LexedFileChanged()
383 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
384 MDC.Consumer.handleContextHash(MDC.ContextHash); in LexedFileChanged()