Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp95 if ((uint64_t)origFE->getModificationTime() != timeModified) { in initFromFile()
136 infoOut << (uint64_t)origFE->getModificationTime() << '\n'; in flushToFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h92 time_t getModificationTime() const { return ModTime; } in getModificationTime() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp331 File->File->getModificationTime() == Info.ModTime) { in loadedModuleFile()
737 Info.StoredModTime != File->getModificationTime()) in writeIndex()
768 Record.push_back(M->first->getModificationTime()); in writeIndex()
H A DModuleManager.cpp459 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
H A DASTReader.cpp1704 M.HasTimestamps ? FE->getModificationTime() : 0, in GetInternalKey()
2180 (StoredTime && StoredTime != File->getModificationTime() && in getInputFile()
H A DASTWriter.cpp4592 return IncludeTimestamps ? E->getModificationTime() : 0; in getTimestampForOutput()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp478 << " mtime " << H.Entry->getModificationTime() << " }\n"; in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp520 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) { in HandlePragmaDependency()
H A DModuleMap.cpp186 (Header.ModTime && File->getModificationTime() != *Header.ModTime)) in findHeader()
1149 auto ByModTime = LazyHeadersByModTime.find(File->getModificationTime()); in resolveHeaderDirectives()
H A DPPMacroExpansion.cpp1579 time_t TT = CurFile->getModificationTime(); in ExpandBuiltinMacro()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp370 if (time_t ModTime = File->getModificationTime()) { in Build()