Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileSystemStatCache.h82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() function
101 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp77 while (LastCache->getNextStatCache()) in addStatCache()
78 LastCache = LastCache->getNextStatCache(); in addStatCache()
95 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()
96 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()