Home
last modified time | relevance | path

Searched defs:statCache (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp127 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
178 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
195 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
214 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
227 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
242 auto *statCache = statCacheOwner.get(); in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp67 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
83 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()