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

  /external/clang/lib/Frontend/
FrontendActions.cpp 267 time_t ModTime;
291 ModTime = UmbrellaHeader->getModificationTime();
307 ModTime = time(0);
314 ModTime);
  /external/clang/include/clang/Basic/
FileManager.h 61 time_t ModTime; // Modification time of file.
96 time_t getModificationTime() const { return ModTime; }
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 25 FileNameEntry() : DirIdx(0), ModTime(0), Length(0) {}
29 uint64_t ModTime;

Completed in 43 milliseconds