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 164 std::unique_ptr<FileSystemStatCache> StatCache;
183 /// \param statCache the new stat cache to install. Ownership of this
189 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
193 void removeStatCache(FileSystemStatCache *statCache);
  /external/clang/lib/Frontend/
CacheTokens.cpp 586 StatListener *StatCache = StatCacheOwner.get();
597 PP.getFileManager().removeStatCache(StatCache);

Completed in 469 milliseconds