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.cpp58 StatCache = std::move(statCache); in setStatCache()
61 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()
577 return FileSystemStatCache::get(Path, Status, isFile, F, StatCache.get(), in getStatValue()
584 StatCache.get(), *FS, IsText); in getStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h124 std::unique_ptr<FileSystemStatCache> StatCache; variable