Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 102 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 117 ExpectedModTime = 0; in addModule() 121 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 435 time_t ExpectedModTime, in lookupModuleFile() argument 449 (ExpectedModTime && ExpectedModTime != File->getModificationTime()))) in lookupModuleFile()
|
| H A D | ASTReader.cpp | 4707 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 4714 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 245 off_t ExpectedSize, time_t ExpectedModTime, 305 time_t ExpectedModTime, OptionalFileEntryRef &File);
|
| H A D | ASTReader.h | 1365 off_t ExpectedSize, time_t ExpectedModTime,
|