Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp68 StatCache = std::move(statCache); in setStatCache()
71 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()
454 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()
460 StatCache.get(), *FS); in getStatValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h170 std::unique_ptr<FileSystemStatCache> StatCache; variable