Searched refs:addStatCache (Results 1 – 5 of 5) sorted by relevance
100 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()110 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()138 manager.addStatCache(std::move(statCache)); in TEST_F()161 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()182 manager.addStatCache(std::move(statCache)); in TEST_F()198 manager.addStatCache(std::move(statCache)); in TEST_F()218 manager.addStatCache(std::move(statCache)); in TEST_F()231 manager.addStatCache(std::move(statCache)); in TEST_F()240 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()243 manager.addStatCache(std::move(statCacheOwner)); in TEST_F()[all …]
197 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
67 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache() function in FileManager
577 PP.getFileManager().addStatCache(std::move(StatCacheOwner), in CacheTokens()
202 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()