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

  /external/clang/include/clang/Basic/
FileManager.h 171 OwningPtr<FileSystemStatCache> StatCache;
189 /// \param statCache the new stat cache to install. Ownership of this
195 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
198 void removeStatCache(FileSystemStatCache *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 20 milliseconds