Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1563 llvm::sys::fs::file_status StatBuf; in pruneModuleCache() local
1570 if (std::error_code EC = llvm::sys::fs::status(TimestampFile, StatBuf)) { in pruneModuleCache()
1581 llvm::sys::toTimeT(StatBuf.getLastModificationTime()); in pruneModuleCache()
1613 if (llvm::sys::fs::status(File->path(), StatBuf)) in pruneModuleCache()
1617 time_t FileAccessTime = llvm::sys::toTimeT(StatBuf.getLastAccessedTime()); in pruneModuleCache()