Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp67 const auto &CachedResourceDir = Cache.find(ClangBinaryPath); in findResourceDir() local
68 if (CachedResourceDir != Cache.end()) in findResourceDir()
69 return CachedResourceDir->second; in findResourceDir()