Searched refs:ContextHash (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 105 std::string ContextHash; member 108 return std::tie(ModuleName, ContextHash) == 109 std::tie(Other.ModuleName, Other.ContextHash); 113 return std::tie(ModuleName, ContextHash) < 114 std::tie(Other.ModuleName, Other.ContextHash); 407 return hash_combine(ID.ModuleName, ID.ContextHash); in hash_value()
|
| H A D | DependencyScanningTool.h | 200 ContextHash = std::move(Hash); in handleContextHash() 222 std::string ContextHash; variable
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 366 JOS.attribute("context-hash", StringRef(MID.ContextHash)); in toJSONSorted() 405 ID.ContextHash = std::move(TUDeps.ID.ContextHash); in mergeDeps() 500 JOS.attribute("context-hash", StringRef(MD.ID.ContextHash)); in printFullOutput() 524 StringRef(I.ContextHash)); in printFullOutput() 547 JOS.attribute("clang-context-hash", StringRef(I.ContextHash)); in printFullOutput() 612 std::string ContextHash; member 753 llvm::sys::path::append(ExplicitPCMPath, MID.ContextHash, in constructPCMPath() 754 MID.ModuleName + "-" + MID.ContextHash + ".pcm"); in constructPCMPath()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 175 TU.ID.ContextHash = std::move(ContextHash); in takeTranslationUnitDeps()
|
| H A D | ModuleDepCollector.cpp | 601 HashBuilder.add(ID.ContextHash); in getModuleContextHash() 615 Deps.ID.ContextHash = in associateWithContextHash()
|