Lines Matching defs:Synthesize
1061 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize,
1096 if (property->isClassProperty() && Synthesize) {
1118 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) &&
1149 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
1154 if (Synthesize) {
1185 if (Synthesize) {
1403 (Synthesize ? ObjCPropertyImplDecl::Synthesize
1414 if (Synthesize) {
1424 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1461 if (getLangOpts().ObjCAutoRefCount && Synthesize)
1479 if (Synthesize) {
1488 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1534 if (Synthesize)
1558 if (!Synthesize)
1573 if (Synthesize)
2123 ObjCPropertyImplDecl::Synthesize &&
2439 // Synthesize getter/setter methods if none exist.