Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h145 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() function in FileManager