Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileSystemStatCache.h82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() function
101 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
/external/clang/lib/Basic/
DFileManager.cpp73 while (LastCache->getNextStatCache()) in addStatCache()
74 LastCache = LastCache->getNextStatCache(); in addStatCache()
91 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()
92 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()