Home
last modified time | relevance | path

Searched refs:removeStatCache (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h201 void removeStatCache(FileSystemStatCache *statCache);
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp245 manager.removeStatCache(statCache); in TEST_F()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp83 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache() function in FileManager
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp587 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()