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 172 OwningPtr<FileSystemStatCache> StatCache;
190 /// \param statCache the new stat cache to install. Ownership of this
196 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
199 void removeStatCache(FileSystemStatCache *statCache);
  /external/clang/lib/Frontend/
CacheTokens.cpp 550 StatListener *StatCache = new StatListener(PW.getPM());
551 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true);
560 PP.getFileManager().removeStatCache(StatCache);

Completed in 145 milliseconds