Lines Matching refs:IsModule
2238 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2244 if (IsModule) { in shouldIgnoreMacro()
2280 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2308 assert(!IsModule); in WritePreprocessor()
2336 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2369 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor()
2373 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2393 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3471 bool IsModule; member in __anon7df3f81c0a11::ASTIdentifierTableTrait
3481 (!IsModule && II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3500 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3502 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3503 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3609 bool IsModule) { in WriteIdentifierTable() argument
3619 *this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3620 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()