Lines Matching refs:IsModule
2332 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2338 if (IsModule) { in shouldIgnoreMacro()
2351 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2379 assert(!IsModule); in WritePreprocessor()
2407 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2443 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor()
2447 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2467 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3574 bool IsModule; member in __anon367831a20f11::ASTIdentifierTableTrait
3584 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3603 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3605 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3606 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3709 bool IsModule) { in WriteIdentifierTable() argument
3718 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3719 IsModule ? &InterestingIdents : nullptr); in WriteIdentifierTable()