Searched refs:FakeStatCache (Results 1 – 1 of 1) sorted by relevance
25 class FakeStatCache : public FileSystemStatCache { class101 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()[all …]