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

  /external/clang/include/clang/Basic/
FileSystemStatCache.h 56 void setNextStatCache(FileSystemStatCache *Cache) {
  /external/clang/lib/Basic/
FileManager.cpp 185 statCache->setNextStatCache(StatCache.take());
194 LastCache->setNextStatCache(statCache);
213 PrevCache->setNextStatCache(statCache->getNextStatCache());

Completed in 243 milliseconds