Home
last modified time | relevance | path

Searched defs:setStatCache (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h75 void setStatCache(std::shared_ptr<PreambleFileStatusCache> StatCache) { setStatCache() function
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp58 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() function in FileManager