Home | History | Annotate | Download | only in Sema

Lines Matching refs:Synthesize

11 //  @synthesize declarations.
794 /// as \@synthesize or \@dynamic.
799 bool Synthesize,
823 // We always synthesize an interface for an implementation
852 if (Synthesize&&
886 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
890 if (Synthesize) {
920 // Check that we have a valid, previously declared ivar for @synthesize
921 if (Synthesize) {
922 // @synthesize
1126 (Synthesize ?
1127 ObjCPropertyImplDecl::Synthesize
1136 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1138 // For Objective-C++, need to synthesize the AST for the IVAR object to be
1173 if (getLangOpts().ObjCAutoRefCount && Synthesize)
1188 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1233 if (Synthesize)
1257 if (!Synthesize)
1272 if (Synthesize)
1537 // Is there a matching property synthesize/dynamic?
1576 // We won't auto-synthesize properties declared in protocols.
1732 // Is there a matching propery synthesize/dynamic?
1900 /// Also synthesize a getter/setter method if none exist (and update the
1937 // Synthesize getter/setter methods if none exist.
1940 // synthesize these methods unless the user explicitly provided prototypes
1985 // A user declared getter will be synthesize when @synthesize of
2041 // A user declared setter will be synthesize when @synthesize of