Home
last modified time | relevance | path

Searched refs:takeNextStatCache (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DFileSystemStatCache.h87 FileSystemStatCache *takeNextStatCache() { return NextStatCache.release(); } in takeNextStatCache() function
/external/clang/lib/Basic/
DFileManager.cpp89 StatCache.reset(StatCache->takeNextStatCache()); in removeStatCache()