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

  /external/clang/include/clang/Basic/
FileManager.h 166 std::unique_ptr<FileSystemStatCache> StatCache;
185 /// \param statCache the new stat cache to install. Ownership of this
191 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
195 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileManager.h 165 std::unique_ptr<FileSystemStatCache> StatCache;
184 /// \param statCache the new stat cache to install. Ownership of this
190 void addStatCache(std::unique_ptr<FileSystemStatCache> statCache,
194 void removeStatCache(FileSystemStatCache *statCache);
  /external/clang/lib/Frontend/
CacheTokens.cpp 586 StatListener *StatCache = StatCacheOwner.get();
597 PP.getFileManager().removeStatCache(StatCache);

Completed in 402 milliseconds