[Macros] Rename "synthesized member macros" to "member macros".

This commit is contained in:
Holly Borla
2023-01-26 21:47:06 -08:00
parent e2be2fefab
commit f6f57a8099
18 changed files with 30 additions and 31 deletions

View File

@@ -915,8 +915,8 @@ Optional<MacroRole> SourceFile::getFulfilledMacroRole() const {
case GeneratedSourceInfo::MemberAttributeMacroExpansion:
return MacroRole::MemberAttribute;
case GeneratedSourceInfo::SynthesizedMemberMacroExpansion:
return MacroRole::SynthesizedMembers;
case GeneratedSourceInfo::MemberMacroExpansion:
return MacroRole::Member;
case GeneratedSourceInfo::ReplacedFunctionBody:
case GeneratedSourceInfo::PrettyPrinted: