Searched refs:FileSystemStatCache (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 48 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 {
|
D | FileManager.h | 36 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/ |
D | FileSystemStatCache.cpp | 20 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()
|
D | FileManager.cpp | 64 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()
|
D | Android.mk | 30 FileSystemStatCache.cpp \
|
D | CMakeLists.txt | 66 FileSystemStatCache.cpp
|
/external/clang/include/clang/Lex/ |
D | PTHManager.h | 36 class FileSystemStatCache; variable 145 std::unique_ptr<FileSystemStatCache> createStatCache();
|
/external/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 25 class FakeStatCache : public FileSystemStatCache {
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 689 class PTHStatCache : public FileSystemStatCache { 726 std::unique_ptr<FileSystemStatCache> PTHManager::createStatCache() { in createStatCache()
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 547 class StatListener : public FileSystemStatCache {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | BreakableToken-reduced.ll | 114 %"struct.std::_Head_base.64" = type { %"class.clang::FileSystemStatCache"* } 115 %"class.clang::FileSystemStatCache" = type opaque
|