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 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() argument
59 assert(statCache && "No stat cache provided?"); in setStatCache()
60 StatCache = std::move(statCache); in setStatCache()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h153 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);