Searched refs:ContextHash (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp112 ClangModuleDeps[MD.ContextHash + MD.ModuleName] = std::move(MD);
116 ContextHash = std::move(Hash);
122 FD.ContextHash = std::move(ContextHash);
129 FD.ClangModuleDeps.push_back({MD.ModuleName, ContextHash});
149 std::string ContextHash; member in class:clang::tooling::dependencies::FullDependencyPrinterConsumer
H A DModuleDepCollector.cpp44 if (!AlreadyAdded.insert(CMD.ModuleName + CMD.ContextHash).second)
70 if (MDC.ContextHash.empty()) {
71 MDC.ContextHash = Instance.getInvocation().getModuleHash();
72 MDC.Consumer.handleContextHash(MDC.ContextHash);
114 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()]
139 std::make_pair(MDC.ContextHash + M->getFullModuleName(), ModuleDeps{}));
154 MD.ContextHash = MDC.ContextHash;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h36 std::string ContextHash; member in struct:clang::tooling::dependencies::ClangModuleDep
48 /// Modules with the same name but a different \c ContextHash should be
50 std::string ContextHash; member in struct:clang::tooling::dependencies::ModuleDeps
155 std::string ContextHash; member in class:clang::tooling::dependencies::final
H A DDependencyScanningTool.h35 /// Modules with the same name but a different \c ContextHash should be
37 std::string ContextHash; member in struct:clang::tooling::dependencies::FullDependencies

Completed in 111 milliseconds