Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp106 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
121 ExpectedModTime = 0; in addModule()
125 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
446 time_t ExpectedModTime, in lookupModuleFile() argument
463 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
H A DASTReader.cpp4536 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
4543 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h245 off_t ExpectedSize, time_t ExpectedModTime,
305 time_t ExpectedModTime, OptionalFileEntryRef &File);
H A DASTReader.h1341 off_t ExpectedSize, time_t ExpectedModTime,