Home
last modified time | relevance | path

Searched refs:clearStatCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h197 void clearStatCache();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp71 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache() function in FileManager
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp372 Files->clearStatCache(); in runInvocation()