Searched refs:TimeStampModTime (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCachePruning.cpp187 const auto TimeStampModTime = FileStatus.getLastModificationTime(); local
188 auto TimeStampAge = CurrentTime - TimeStampModTime;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1424 time_t TimeStampModTime = local
1427 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval))

Completed in 207 milliseconds