Lines Matching refs:Synthesize
1063 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument
1098 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()
1120 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1151 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()
1156 if (Synthesize) { in ActOnPropertyImplDecl()
1187 if (Synthesize) { in ActOnPropertyImplDecl()
1405 (Synthesize ? ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1416 if (Synthesize) { in ActOnPropertyImplDecl()
1426 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1463 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()
1481 if (Synthesize) { in ActOnPropertyImplDecl()
1490 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1536 if (Synthesize) in ActOnPropertyImplDecl()
1560 if (!Synthesize) in ActOnPropertyImplDecl()
1575 if (Synthesize) in ActOnPropertyImplDecl()
2125 ObjCPropertyImplDecl::Synthesize && in diagnoseNullResettableSynthesizedSetters()