Searched refs:ContextHash (Results 1 – 4 of 4) sorted by relevance
62 std::string ContextHash; member65 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; variable311 return hash_combine(ID.ModuleName, ID.ContextHash); in hash_value()
179 ContextHash = std::move(Hash); in handleContextHash()191 std::string ContextHash; variable
171 TU.ID.ContextHash = std::move(ContextHash); in takeTranslationUnitDeps()
351 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()