Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp95 if ((uint64_t)origFE->getModificationTime() != timeModified) { in initFromFile()
136 infoOut << (uint64_t)origFE->getModificationTime() << '\n'; in flushToFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h102 time_t getModificationTime() const { return ModTime; } in getModificationTime() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp334 File->File->getModificationTime() == Info.ModTime) { in loadedModuleFile()
607 (StoredModTime != DependsOnFile->getModificationTime())) in loadModuleFile()
713 Record.push_back(M->first->getModificationTime()); in writeIndex()
H A DModuleManager.cpp444 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
H A DASTWriter.cpp1234 Record.push_back((*M)->File->getModificationTime()); in WriteControlBlock()
1493 Record.push_back(Entry.File->getModificationTime()); in WriteInputFiles()
1613 key.FE->getModificationTime()); in ComputeHash()
1634 LE.write<uint64_t>(key.FE->getModificationTime()); in EmitKey()
H A DASTReader.cpp1486 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), in GetInternalKey()
2205 (StoredTime != File->getModificationTime() && !DisableValidation && in getInputFile()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp213 return PPRegion(ID, 0, FE->getModificationTime());
227 return PPRegion(ID, 0, FE->getModificationTime());
233 return PPRegion(ID, RegionOffset, FE->getModificationTime());
H A DCIndex.cpp3283 return FEnt->getModificationTime(); in clang_getFileTime()
3322 outID->data[2] = FEnt->getModificationTime(); in clang_getFileUniqueID()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPragma.cpp485 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) { in HandlePragmaDependency()
H A DPPMacroExpansion.cpp1368 time_t TT = CurFile->getModificationTime(); in ExpandBuiltinMacro()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp91 LE.write<uint64_t>(FE->getModificationTime()); in EmitData()
H A DASTUnit.cpp1614 if (time_t ModTime = File->getModificationTime()) { in getMainBufferWithPrecompiledPreamble()