Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ModuleManager.cpp | 60 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 75 ExpectedModTime = 0; in addModule() 77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 480 time_t ExpectedModTime, in lookupModuleFile() argument 491 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
|
| HD | ASTReader.cpp | 3545 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 3552 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ModuleManager.h | 216 off_t ExpectedSize, time_t ExpectedModTime, 326 time_t ExpectedModTime,
|
| HD | ASTReader.h | 1108 off_t ExpectedSize, time_t ExpectedModTime,
|