Searched refs:ContextHash (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 129 ClangModuleDeps[MD.ID.ContextHash + MD.ID.ModuleName] = std::move(MD); in getFullDependencies() 133 ContextHash = std::move(Hash); in getFullDependencies() 139 FD.ID.ContextHash = std::move(ContextHash); in getFullDependencies() 166 std::string ContextHash; in getFullDependencies() member in clang::tooling::dependencies::DependencyScanningTool::getFullDependencies::FullDependencyPrinterConsumer
|
| H A D | ModuleDepCollector.cpp | 88 if (!AlreadyAdded.insert(MID.ModuleName + MID.ContextHash).second) in collectPCMAndModuleMapPaths() 111 if (MDC.ContextHash.empty()) { in FileChanged() 112 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged() 113 MDC.Consumer.handleContextHash(MDC.ContextHash); in FileChanged() 208 MD.ID.ContextHash = MD.Invocation.getModuleHash(); in handleTopLevelModule()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 254 return std::tie(A.ModuleName, A.ContextHash) < in toJSONSorted() 255 std::tie(B.ModuleName, B.ContextHash); in toJSONSorted() 261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted() 274 ID.ContextHash = std::move(FD.ID.ContextHash); in mergeDeps() 322 {"context-hash", MD.ID.ContextHash}, in printFullOutput() 342 {"clang-context-hash", I.ContextHash}, in printFullOutput() 375 ID.ContextHash == Other.ID.ContextHash; in operator ==() 383 return hash_combine(IMID.ID.ModuleName, IMID.ID.ContextHash); in operator ()() 389 std::string ContextHash; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 44 std::string ContextHash; member 176 std::string ContextHash; variable
|