Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1407 llvm::sys::fs::file_status StatBuf; in pruneModuleCache() local
1414 if (std::error_code EC = llvm::sys::fs::status(TimestampFile, StatBuf)) { in pruneModuleCache()
1425 llvm::sys::toTimeT(StatBuf.getLastModificationTime()); in pruneModuleCache()
1457 if (llvm::sys::fs::status(File->path(), StatBuf)) in pruneModuleCache()
1461 time_t FileAccessTime = llvm::sys::toTimeT(StatBuf.getLastAccessedTime()); in pruneModuleCache()