Home
last modified time | relevance | path

Searched refs:ExpectedSize (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDModuleManager.cpp60 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()
HDASTReader.cpp3545 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
3552 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDModuleManager.h216 off_t ExpectedSize, time_t ExpectedModTime,
325 off_t ExpectedSize,
HDASTReader.h1108 off_t ExpectedSize, time_t ExpectedModTime,