Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp65 StatCache = std::move(statCache); in setStatCache()
68 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()
561 StatCache.get(), *FS); in getStatValue()
567 StatCache.get(), *FS); in getStatValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h116 std::unique_ptr<FileSystemStatCache> StatCache; variable