Lines Matching refs:IsModule
2129 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2135 if (IsModule) { in shouldIgnoreMacro()
2148 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2165 assert(!IsModule); in WritePreprocessor()
2193 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2221 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3271 bool IsModule; member in __anon52dea4370a11::ASTIdentifierTableTrait
3281 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3300 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3302 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3303 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3411 bool IsModule) { in WriteIdentifierTable() argument
3421 *this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3422 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()