Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h60 class FileSystemStatCache {
64 virtual ~FileSystemStatCache() = default;
86 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS);
100 class MemorizeStatCalls : public FileSystemStatCache {
H A DFileManager.h42 class FileSystemStatCache; variable
170 std::unique_ptr<FileSystemStatCache> StatCache;
194 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp23 void FileSystemStatCache::anchor() {} in anchor()
46 bool FileSystemStatCache::get(StringRef Path, FileData &Data, bool isFile, in get()
48 FileSystemStatCache *Cache, in get()
H A DFileManager.cpp66 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()
454 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()
459 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F, in getStatValue()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile152 SRCS_MIN+= Basic/FileSystemStatCache.cpp