Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp144 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
187 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
204 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
233 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
317 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
388 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
455 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
482 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()