Searched refs:ExpectedModTime (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 60 off_t ExpectedSize, time_t ExpectedModTime, in addModule() argument 75 ExpectedModTime = 0; in addModule() 77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 414 time_t ExpectedModTime, in lookupModuleFile() argument 425 (ExpectedModTime && ExpectedModTime != File->getModificationTime())) in lookupModuleFile()
|
D | ASTReader.cpp | 3726 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument 3733 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 217 off_t ExpectedSize, time_t ExpectedModTime, 280 time_t ExpectedModTime,
|
D | ASTReader.h | 1127 off_t ExpectedSize, time_t ExpectedModTime,
|