Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DModuleManager.cpp60 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()
DASTReader.cpp3726 off_t ExpectedSize, time_t ExpectedModTime, in ReadASTCore() argument
3733 getGeneration(), ExpectedSize, ExpectedModTime, in ReadASTCore()
/external/clang/include/clang/Serialization/
DModuleManager.h217 off_t ExpectedSize, time_t ExpectedModTime,
280 time_t ExpectedModTime,
DASTReader.h1127 off_t ExpectedSize, time_t ExpectedModTime,