Searched refs:ContextHash (Results 1 – 3 of 3) sorted by relevance
56 std::string ContextHash; member59 return ModuleName == Other.ModuleName && ContextHash == Other.ContextHash;65 return llvm::hash_combine(MID.ModuleName, MID.ContextHash); in operator()209 std::string ContextHash; variable
144 ClangModuleDeps[MD.ID.ContextHash + MD.ID.ModuleName] = std::move(MD); in getFullDependencies()148 ContextHash = std::move(Hash); in getFullDependencies()154 FD.ID.ContextHash = std::move(ContextHash); in getFullDependencies()184 std::string ContextHash; in getFullDependencies() member in clang::tooling::dependencies::DependencyScanningTool::getFullDependencies::FullDependencyPrinterConsumer
95 if (!AlreadyAdded.insert(MID.ModuleName + MID.ContextHash).second) in collectPCMAndModuleMapPaths()118 if (MDC.ContextHash.empty()) { in FileChanged()119 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()120 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged()238 MD.ID.ContextHash = MD.Invocation.getModuleHash(); in handleTopLevelModule()