Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp60 StatCache = std::move(statCache); in setStatCache()
63 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()
590 StatCache.get(), *FS); in getStatValue()
596 StatCache.get(), *FS); in getStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h124 std::unique_ptr<FileSystemStatCache> StatCache; variable