Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp66 StatCache = std::move(statCache); in setStatCache()
69 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()
592 StatCache.get(), *FS); in getStatValue()
598 StatCache.get(), *FS); in getStatValue()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h118 std::unique_ptr<FileSystemStatCache> StatCache; variable