Searched refs:ContextHash (Results 1 – 2 of 2) sorted by relevance
63 std::string ContextHash; member66 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; variable327 return hash_combine(ID.ModuleName, ID.ContextHash); in hash_value()
420 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()