Lines Matching refs:IsModule
2420 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2426 if (IsModule) { in shouldIgnoreMacro()
2439 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2454 assert(!IsModule); in WritePreprocessor()
2482 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2509 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3561 bool IsModule; member in __anona825c63b0b11::ASTIdentifierTableTrait
3572 (IsModule ? II->hasRevertedBuiltin() : II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3591 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3593 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3594 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3714 bool IsModule) { in WriteIdentifierTable() argument
3724 *this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3725 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()