Home
last modified time | relevance | path

Searched refs:FileSystemStatCache (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileSystemStatCache.h35 class FileSystemStatCache {
39 virtual ~FileSystemStatCache() = default;
54 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS);
69 class MemorizeStatCalls : public FileSystemStatCache {
H A DFileManager.h44 class FileSystemStatCache; variable
118 std::unique_ptr<FileSystemStatCache> StatCache;
147 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileSystemStatCache.cpp22 void FileSystemStatCache::anchor() {} in anchor()
34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, in get()
36 FileSystemStatCache *Cache, in get()
H A DFileManager.cpp64 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()
591 return FileSystemStatCache::get(Path, Status, isFile, F, in getStatValue()
597 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
H A DCMakeLists.txt54 FileSystemStatCache.cpp
/openbsd-src/gnu/usr.bin/clang/libclangBasic/
H A DMakefile26 FileSystemStatCache.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn70 "FileSystemStatCache.cpp",