Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
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()