Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Basic/
H A DFileManagerTest.cpp144 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
187 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
204 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
233 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
335 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
416 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
483 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
510 auto statCache = std::make_unique<FakeStatCache>(); TEST_F() local
[all...]
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp58 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() argument