Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFileManager.h156 void clearStatCache();
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.cpp63 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache() function in FileManager
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp467 Files->clearStatCache(); in runInvocation()