Home
last modified time | relevance | path

Searched defs:statCache (Results 1 – 2 of 2) 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/clang/lib/Basic/
DFileManager.cpp63 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
79 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()