Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp105 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
120 ExpectedModTime = 0; in addModule()
122 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
445 time_t ExpectedModTime, in lookupModuleFile() argument
459 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
H A DASTReader.cpp4132 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
4139 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h252 off_t ExpectedSize, time_t ExpectedModTime,
315 time_t ExpectedModTime,
H A DASTReader.h1278 off_t ExpectedSize, time_t ExpectedModTime,