Searched refs:ModificationTime (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp337 time_t ModificationTime) {
349 ModificationTime);
371 llvm::sys::toTimePoint(ModificationTime),
398 UFE->ModTime = ModificationTime;
336 getVirtualFile(StringRef Filename, off_t Size, time_t ModificationTime) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h366 time_t ModificationTime);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc751 TimePoint<> ModificationTime) {
755 Times[1] = sys::toTimeSpec(ModificationTime);
765 ModificationTime));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h422 bool addFile(const Twine &Path, time_t ModificationTime,
439 bool addFile(const Twine &Path, time_t ModificationTime,
465 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
H A DFileSystem.h711 TimePoint<> ModificationTime);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp692 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, argument
736 llvm::sys::toTimePoint(ModificationTime), ResolvedUser,
753 getNextVirtualUniqueID(), llvm::sys::toTimePoint(ModificationTime),
783 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, argument
789 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type,
793 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, argument
799 return addFile(P, ModificationTime,
/freebsd-12-stable/stand/efi/include/
H A Defiprot.h304 EFI_TIME ModificationTime; member in struct:__anon9019

Completed in 187 milliseconds