Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp101 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
120 ExpectedModTime = 0; in addModule()
124 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
438 time_t ExpectedModTime, in lookupModuleFile() argument
452 (ExpectedModTime && ExpectedModTime != File->getModificationTime()))) in lookupModuleFile()
H A DASTReader.cpp5006 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
5013 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h244 off_t ExpectedSize, time_t ExpectedModTime,
304 time_t ExpectedModTime, OptionalFileEntryRef &File);
H A DASTReader.h1541 off_t ExpectedSize, time_t ExpectedModTime,