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