Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileSystemStatCache.h48 class FileSystemStatCache {
51 std::unique_ptr<FileSystemStatCache> NextStatCache;
54 virtual ~FileSystemStatCache() {} in ~FileSystemStatCache()
72 std::unique_ptr<vfs::File> *F, FileSystemStatCache *Cache,
77 void setNextStatCache(std::unique_ptr<FileSystemStatCache> Cache) { in setNextStatCache()
82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache()
87 std::unique_ptr<FileSystemStatCache> takeNextStatCache() { in takeNextStatCache()
101 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
113 class MemorizeStatCalls : public FileSystemStatCache {
DFileManager.h36 class FileSystemStatCache; variable
164 std::unique_ptr<FileSystemStatCache> StatCache;
189 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
193 void removeStatCache(FileSystemStatCache *statCache);
/external/clang/lib/Basic/
DFileSystemStatCache.cpp20 void FileSystemStatCache::anchor() { } in anchor()
43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get()
45 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
DFileManager.cpp64 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
73 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()
80 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()
91 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()
466 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()
471 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F, in getStatValue()
DAndroid.mk30 FileSystemStatCache.cpp \
DCMakeLists.txt66 FileSystemStatCache.cpp
/external/clang/include/clang/Lex/
DPTHManager.h36 class FileSystemStatCache; variable
145 std::unique_ptr<FileSystemStatCache> createStatCache();
/external/clang/unittests/Basic/
DFileManagerTest.cpp25 class FakeStatCache : public FileSystemStatCache {
/external/clang/lib/Lex/
DPTHLexer.cpp689 class PTHStatCache : public FileSystemStatCache {
726 std::unique_ptr<FileSystemStatCache> PTHManager::createStatCache() { in createStatCache()
/external/clang/lib/Frontend/
DCacheTokens.cpp547 class StatListener : public FileSystemStatCache {
/external/llvm/test/CodeGen/PowerPC/
DBreakableToken-reduced.ll114 %"struct.std::_Head_base.64" = type { %"class.clang::FileSystemStatCache"* }
115 %"class.clang::FileSystemStatCache" = type opaque