Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp102 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument
117 ExpectedModTime = 0; in addModule()
121 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule()
435 time_t ExpectedModTime, in lookupModuleFile() argument
449 (ExpectedModTime && ExpectedModTime != File->getModificationTime()))) in lookupModuleFile()
H A DASTReader.cpp4707 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
4714 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h245 off_t ExpectedSize, time_t ExpectedModTime,
305 time_t ExpectedModTime, OptionalFileEntryRef &File);
H A DASTReader.h1365 off_t ExpectedSize, time_t ExpectedModTime,