Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h156 void clearStatCache();
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp63 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache() function in FileManager
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp467 Files->clearStatCache(); in runInvocation()