Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 59 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 75 ExpectedModTime = 0; in addModule() 77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 433 time_t ExpectedModTime, in lookupModuleFile() argument 444 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
|
| H A D | ASTReader.cpp | 3794 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 3801 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 199 off_t ExpectedSize, time_t ExpectedModTime, 287 time_t ExpectedModTime,
|
| H A D | ASTReader.h | 1135 off_t ExpectedSize, time_t ExpectedModTime,
|