Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileSystemStatCache.h34 class FileSystemStatCache {
38 virtual ~FileSystemStatCache() = default;
53 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS);
68 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);
/llvm-project-15.0.7/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.cpp63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()
615 return FileSystemStatCache::get(Path, Status, isFile, F, in getStatValue()
621 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
H A DCMakeLists.txt53 FileSystemStatCache.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn69 "FileSystemStatCache.cpp",
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp26 class FakeStatCache : public FileSystemStatCache {
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A DBreakableToken-reduced.ll114 %"struct.std::_Head_base.64" = type { %"class.clang::FileSystemStatCache"* }
115 %"class.clang::FileSystemStatCache" = type opaque