Lines Matching refs:FakeStatCache
25 class FakeStatCache : public FileSystemStatCache { class
101 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
111 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
128 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
162 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
179 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
196 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
215 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
228 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
241 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
242 auto statCacheOwner = llvm::make_unique<FakeStatCache>(); in TEST_F()
245 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()