Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCachePruning.cpp189 const auto TimeStampModTime = FileStatus.getLastModificationTime(); in pruneCache() local
190 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1594 time_t TimeStampModTime = in pruneModuleCache() local
1597 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()