Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h56 std::string ContextHash; member
59 return ModuleName == Other.ModuleName && ContextHash == Other.ContextHash;
65 return llvm::hash_combine(MID.ModuleName, MID.ContextHash); in operator()
209 std::string ContextHash; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp144 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
H A DModuleDepCollector.cpp95 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()