Lines Matching refs:IsModule
2109 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2115 if (IsModule) { in shouldIgnoreMacro()
2129 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2149 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2177 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3142 bool IsModule; member in __anond89249fa0611::ASTIdentifierTableTrait
3153 (IsModule ? II->hasRevertedBuiltin() : II->getObjCOrBuiltinID()) || in isInterestingIdentifier()
3172 IdentifierResolver &IdResolver, bool IsModule, in ASTIdentifierTableTrait() argument
3174 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule), in ASTIdentifierTableTrait()
3175 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3290 bool IsModule) { in WriteIdentifierTable() argument
3300 *this, PP, IdResolver, IsModule, in WriteIdentifierTable()
3301 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()