Lines Matching refs:IsModule
2246 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2252 if (IsModule) { in shouldIgnoreMacro()
2288 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2316 assert(!IsModule); in WritePreprocessor()
2344 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2380 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor()
2384 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2404 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3490 bool IsModule; member in __anona57837030e11::ASTIdentifierTableTrait
3500 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3519 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3521 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3522 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3628 bool IsModule) { in WriteIdentifierTable() argument
3638 *this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3639 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()