Searched defs:ExpectedModTime (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DModuleManager.cpp58 off_t ExpectedSize, time_t ExpectedModTime,
66 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
401 time_t ExpectedModTime,
412 (ExpectedModTime && ExpectedModTime != File->getModificationTime()))
55 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ModuleFile *&Module, std::string &ErrorStr) argument
399 lookupModuleFile(StringRef FileName, off_t ExpectedSize, time_t ExpectedModTime, const FileEntry *&File) argument
H A DASTReader.cpp3631 off_t ExpectedSize, time_t ExpectedModTime,
3637 getGeneration(), ExpectedSize, ExpectedModTime,
3626 ReadASTCore(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, SmallVectorImpl<ImportedModule> &Loaded, off_t ExpectedSize, time_t ExpectedModTime, unsigned ClientLoadCapabilities) argument

Completed in 108 milliseconds