Home
last modified time | relevance | path

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

/freebsd-src/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.cpp4715 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore()
4722 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
4707 ReadASTCore(StringRef FileName,ModuleKind Type,SourceLocation ImportLoc,ModuleFile * ImportedBy,SmallVectorImpl<ImportedModule> & Loaded,off_t ExpectedSize,time_t ExpectedModTime,ASTFileSignature ExpectedSignature,unsigned ClientLoadCapabilities) ReadASTCore() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h224 /// \param ExpectedModTime The expected modification time of the module
244 off_t ExpectedSize, time_t ExpectedModTime,
293 /// \param ExpectedModTime The modification time that the module file is
304 time_t ExpectedModTime, OptionalFileEntryRef &File);
H A DASTReader.h1362 off_t ExpectedSize, time_t ExpectedModTime,