Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1647 llvm::sys::fs::file_status StatBuf; in pruneModuleCache() local
1654 if (std::error_code EC = llvm::sys::fs::status(TimestampFile, StatBuf)) { in pruneModuleCache()
1665 llvm::sys::toTimeT(StatBuf.getLastModificationTime()); in pruneModuleCache()
1696 if (llvm::sys::fs::status(File->path(), StatBuf)) in pruneModuleCache()
1700 time_t FileAccessTime = llvm::sys::toTimeT(StatBuf.getLastAccessedTime()); in pruneModuleCache()