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 82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); }
101 if (FileSystemStatCache *Next = getNextStatCache())
  /external/clang/lib/Basic/
FileManager.cpp 77 while (LastCache->getNextStatCache())
78 LastCache = LastCache->getNextStatCache();
95 while (PrevCache && PrevCache->getNextStatCache() != statCache)
96 PrevCache = PrevCache->getNextStatCache();

Completed in 51 milliseconds