HomeSort by relevance Sort by last modified time
    Searched refs:addStatCache (Results 1 - 5 of 5) sorted by null

  /external/clang/unittests/Basic/
FileManagerTest.cpp 101 manager.addStatCache(llvm::make_unique<FakeStatCache>());
111 manager.addStatCache(llvm::make_unique<FakeStatCache>());
139 manager.addStatCache(std::move(statCache));
162 manager.addStatCache(llvm::make_unique<FakeStatCache>());
183 manager.addStatCache(std::move(statCache));
199 manager.addStatCache(std::move(statCache));
219 manager.addStatCache(std::move(statCache));
232 manager.addStatCache(std::move(statCache));
241 manager.addStatCache(llvm::make_unique<FakeStatCache>());
244 manager.addStatCache(std::move(statCacheOwner))
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 189 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
  /external/clang/lib/Basic/
FileManager.cpp 64 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
  /external/clang/lib/Frontend/
CacheTokens.cpp 587 PP.getFileManager().addStatCache(std::move(StatCacheOwner),
  /external/clang/lib/Lex/
Preprocessor.cpp 208 FileMgr.addStatCache(PTH->createStatCache());
    [all...]

Completed in 99 milliseconds