Searched refs:FileSystemStatCache (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileSystemStatCache.h | 35 class FileSystemStatCache { 39 virtual ~FileSystemStatCache() = default; 53 FileSystemStatCache *Cache, 69 class MemorizeStatCalls : public FileSystemStatCache {
|
| H A D | FileManager.h | 44 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 D | FileSystemStatCache.cpp | 21 void FileSystemStatCache::anchor() {} in anchor() 32 std::error_code FileSystemStatCache::get(StringRef Path, in get() 35 FileSystemStatCache *Cache, in get()
|
| H A D | FileManager.cpp | 56 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() 577 return FileSystemStatCache::get(Path, Status, isFile, F, StatCache.get(), in getStatValue() 583 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 212 SRCS_MIN+= Basic/FileSystemStatCache.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2218 {"_ZN5clang19FileSystemStatCacheD1Ev", "clang::FileSystemStatCache::~FileSystemStatCache()"}, 2219 {"_ZN5clang19FileSystemStatCacheD0Ev", "clang::FileSystemStatCache::~FileSystemStatCache()"}, 11482 …S_19FileSystemStatCacheEb", "clang::FileManager::addStatCache(clang::FileSystemStatCache*, bool)"}, 11483 …eEPNS_19FileSystemStatCacheE", "clang::FileManager::removeStatCache(clang::FileSystemStatCache*)"}, 11499 …atCache3getEPKcR4statPiPS0_", "clang::FileSystemStatCache::get(char const*, stat&, int*, clang::Fi… 26202 {"_ZTVN5clang19FileSystemStatCacheE", "vtable for clang::FileSystemStatCache"},
|