Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 102 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 D | ASTReader.cpp | 4715 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 D | ModuleManager.h | 224 /// \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 D | ASTReader.h | 1362 off_t ExpectedSize, time_t ExpectedModTime,
|