Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
124 std::unique_ptr<FileSystemStatCache> StatCache;
153 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
/freebsd/contrib/llvm-project/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.cpp58 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()
589 return FileSystemStatCache::get(Path, Status, isFile, F, in getStatValue()
595 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
/freebsd/lib/clang/libclang/
H A DMakefile204 SRCS_MIN+= Basic/FileSystemStatCache.cpp