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.cpp63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() argument
64 assert(statCache && "No stat cache provided?"); in setStatCache()
65 StatCache = std::move(statCache); in setStatCache()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h145 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);