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

  /external/clang/unittests/Basic/
FileManagerTest.cpp 28 llvm::StringMap<struct stat, llvm::BumpPtrAllocator> StatCalls;
39 StatCalls[Path] = statBuf;
56 if (StatCalls.count(Path) != 0) {
57 StatBuf = StatCalls[Path];
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 89 llvm::StringMap<struct stat, llvm::BumpPtrAllocator> StatCalls;
94 iterator begin() const { return StatCalls.begin(); }
95 iterator end() const { return StatCalls.end(); }
  /external/clang/include/clang/Serialization/
ASTWriter.h 401 void WriteStatCache(MemorizeStatCalls &StatCalls);
449 void WriteASTCore(Sema &SemaRef, MemorizeStatCalls *StatCalls,
464 /// \param StatCalls the object that cached all of the stat() calls made while
472 void WriteAST(Sema &SemaRef, MemorizeStatCalls *StatCalls,
716 MemorizeStatCalls *StatCalls; // owned by the FileManager

Completed in 317 milliseconds