Home
last modified time | relevance | path

Searched defs:ModificationTime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp372 time_t ModificationTime) { in getVirtualFile()
377 time_t ModificationTime) { in getVirtualFileRef()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp852 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
930 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile()
949 const Twine &P, time_t ModificationTime, in addFileNoOwn()
1061 const Twine &NewLink, const Twine &Target, time_t ModificationTime, in addSymbolicLink()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h510 time_t ModificationTime; member