Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DFileManagerTest.cpp128 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
179 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
196 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
215 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
228 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
243 auto *statCache = statCacheOwner.get(); in TEST_F() local
/external/llvm-project/clang/unittests/Basic/
DFileManagerTest.cpp152 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
205 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
224 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
253 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
337 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
411 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
482 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
515 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
/external/clang/lib/Basic/
DFileManager.cpp63 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
79 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()