HomeSort by relevance Sort by last modified time
    Searched defs:StatCache (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
FileManager.h 151 OwningPtr<FileSystemStatCache> StatCache;
169 /// \param statCache the new stat cache to install. Ownership of this
175 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
178 void removeStatCache(FileSystemStatCache *statCache);
  /external/clang/include/clang/Serialization/
Module.h 344 void *StatCache;
  /external/clang/lib/Frontend/
CacheTokens.cpp 551 StatListener *StatCache = new StatListener(PW.getPM());
552 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true);
561 PP.getFileManager().removeStatCache(StatCache);

Completed in 375 milliseconds