Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileManager.h195 void removeStatCache(FileSystemStatCache *statCache);
/external/clang/unittests/Basic/
DFileManagerTest.cpp246 manager.removeStatCache(statCache); in TEST_F()
/external/clang/lib/Basic/
DFileManager.cpp79 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache() function in FileManager
/external/clang/lib/Frontend/
DCacheTokens.cpp597 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()