Searched refs:FileSystemStatCache (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | FileSystemStatCache.h | 34 class FileSystemStatCache { 38 virtual ~FileSystemStatCache() = default; 53 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS); 68 class MemorizeStatCalls : public FileSystemStatCache {
|
H A D | FileManager.h | 44 class FileSystemStatCache; variable 116 std::unique_ptr<FileSystemStatCache> StatCache; 145 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 22 void FileSystemStatCache::anchor() {} in anchor() 34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, in get() 36 FileSystemStatCache *Cache, in get()
|
H A D | FileManager.cpp | 63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() 560 return FileSystemStatCache::get(Path, Status, isFile, F, in getStatValue() 566 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
|
H A D | CMakeLists.txt | 51 FileSystemStatCache.cpp
|
/netbsd-src/external/apache2/llvm/lib/libclangBasic/ |
H A D | Makefile | 20 FileSystemStatCache.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/ |
H A D | BUILD.gn | 67 "FileSystemStatCache.cpp",
|