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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 206 time_t ModTime;
GlobalModuleIndex.cpp 192 time_t ModTime = Record[Idx++];
214 if (File->getSize() != Size || File->getModificationTime() != ModTime) {
  /external/clang/include/clang/Basic/
FileManager.h 63 time_t ModTime; // Modification time of file.
98 time_t getModificationTime() const { return ModTime; }
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 27 FileNameEntry() : Name(0), DirIdx(0), ModTime(0), Length(0) {}
31 uint64_t ModTime;

Completed in 42 milliseconds