Searched refs:addStatCache (Results 1 – 5 of 5) sorted by relevance
101 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()111 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()139 manager.addStatCache(std::move(statCache)); in TEST_F()162 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()183 manager.addStatCache(std::move(statCache)); in TEST_F()199 manager.addStatCache(std::move(statCache)); in TEST_F()219 manager.addStatCache(std::move(statCache)); in TEST_F()232 manager.addStatCache(std::move(statCache)); in TEST_F()241 manager.addStatCache(llvm::make_unique<FakeStatCache>()); in TEST_F()244 manager.addStatCache(std::move(statCacheOwner)); in TEST_F()[all …]
191 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
63 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache() function in FileManager
587 PP.getFileManager().addStatCache(std::move(StatCacheOwner), in CacheTokens()
211 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()