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 149 llvm::OwningPtr<FileSystemStatCache> StatCache;
167 /// \param statCache the new stat cache to install. Ownership of this
173 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
176 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);
  /external/clang/include/clang/Serialization/
ASTReader.h 423 void *StatCache;
    [all...]

Completed in 138 milliseconds