Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileManager.h187 void removeStatCache(FileSystemStatCache *statCache);
/external/clang/lib/Basic/
DFileManager.cpp207 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache() function in FileManager
/external/clang/lib/Frontend/
DCacheTokens.cpp561 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()
/external/clang/lib/Serialization/
DASTReader.cpp2813 FileMgr.removeStatCache((ASTStatCache*)F.StatCache); in ReadASTCore()