Searched refs:FileSystemStatCache (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | FileSystemStatCache.h | 60 class FileSystemStatCache { 64 virtual ~FileSystemStatCache() = default; 86 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS); 100 class MemorizeStatCalls : public FileSystemStatCache {
|
| H A D | FileManager.h | 42 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 D | FileSystemStatCache.cpp | 23 void FileSystemStatCache::anchor() {} in anchor() 46 bool FileSystemStatCache::get(StringRef Path, FileData &Data, bool isFile, in get() 48 FileSystemStatCache *Cache, in get()
|
| H A D | FileManager.cpp | 66 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 D | Makefile | 152 SRCS_MIN+= Basic/FileSystemStatCache.cpp
|