Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp64 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() argument
65 assert(statCache && "No stat cache provided?"); in setStatCache()
66 StatCache = std::move(statCache); in setStatCache()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h147 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);