Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp24 class FakeStatCache : public FileSystemStatCache { class
100 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
110 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
127 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
161 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
178 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
195 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
214 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
227 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F()
240 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()
[all …]