Lines Matching refs:IsModule
2020 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2026 if (IsModule) { in shouldIgnoreMacro()
2044 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2100 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3140 bool IsModule; member in __anon84a3a1ce0811::ASTIdentifierTableTrait
3161 if (!IsModule) in hadMacroDefinition()
3162 return !shouldIgnoreMacro(Macro, IsModule, PP); in hadMacroDefinition()
3212 if (shouldIgnoreMacro(MD, IsModule, PP)) in getPublicSubmoduleMacro()
3252 if (shouldIgnoreMacro(MD, IsModule, PP)) in getOverriddenSubmodules()
3314 IdentifierResolver &IdResolver, bool IsModule) in ASTIdentifierTableTrait() argument
3315 : Writer(Writer), PP(PP), IdResolver(IdResolver), IsModule(IsModule) { } in ASTIdentifierTableTrait()
3331 if (IsModule) { in EmitKeyDataLength()
3400 Bits = (Bits << 1) | unsigned(IsModule); in EmitData()
3409 if (IsModule) { in EmitData()
3459 bool IsModule) { in WriteIdentifierTable() argument
3466 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule); in WriteIdentifierTable()
3500 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule); in WriteIdentifierTable()