Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 101 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 120 ExpectedModTime = 0; in addModule() 124 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 438 time_t ExpectedModTime, in lookupModuleFile() argument 452 (ExpectedModTime && ExpectedModTime != File->getModificationTime()))) in lookupModuleFile()
|
| H A D | ASTReader.cpp | 5006 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 5013 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 244 off_t ExpectedSize, time_t ExpectedModTime, 304 time_t ExpectedModTime, OptionalFileEntryRef &File);
|
| H A D | ASTReader.h | 1541 off_t ExpectedSize, time_t ExpectedModTime,
|