Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 106 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 121 ExpectedModTime = 0; in addModule() 125 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 462 time_t ExpectedModTime, in lookupModuleFile() argument 479 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
|
| H A D | ASTReader.cpp | 4510 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 4517 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 251 off_t ExpectedSize, time_t ExpectedModTime, 311 time_t ExpectedModTime, Optional<FileEntryRef> &File);
|
| H A D | ASTReader.h | 1297 off_t ExpectedSize, time_t ExpectedModTime,
|