Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp111 bool IgnoreModTime = Type == MK_ExplicitModule || Type == MK_PrebuiltModule; in addModule() local
113 IgnoreModTime &= ImportedBy->Kind == MK_ExplicitModule || in addModule()
115 if (IgnoreModTime) { in addModule()
125 ErrorStr = IgnoreModTime ? "module file has a different size than expected" in addModule()