Searched refs:ExpectedSize (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 77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 479 off_t ExpectedSize, in lookupModuleFile() argument 490 if ((ExpectedSize && ExpectedSize != File->getSize()) || 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, 325 off_t ExpectedSize,
|
| HD | ASTReader.h | 1108 off_t ExpectedSize, time_t ExpectedModTime,
|