Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDFileSystemStatCache.h82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() function
101 if (FileSystemStatCache *Next = getNextStatCache()) in statChained()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDFileManager.cpp78 while (LastCache->getNextStatCache()) in addStatCache()
79 LastCache = LastCache->getNextStatCache(); in addStatCache()
96 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()
97 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()