HomeSort by relevance Sort by last modified time
    Searched refs:getNextStatCache (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
FileSystemStatCache.h 61 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); }
74 if (FileSystemStatCache *Next = getNextStatCache())
  /external/clang/lib/Basic/
FileManager.cpp 191 while (LastCache->getNextStatCache())
192 LastCache = LastCache->getNextStatCache();
209 while (PrevCache && PrevCache->getNextStatCache() != statCache)
210 PrevCache = PrevCache->getNextStatCache();
213 PrevCache->setNextStatCache(statCache->getNextStatCache());

Completed in 202 milliseconds