Home | History | Annotate | Download | only in Sema

Lines Matching refs:Synthesize

11 //  @synthesize declarations.
849 /// as \@synthesize or \@dynamic.
854 bool Synthesize,
878 // We always synthesize an interface for an implementation
907 if (Synthesize&&
943 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
949 if (Synthesize) {
979 // Check that we have a valid, previously declared ivar for @synthesize
980 if (Synthesize) {
981 // @synthesize
1185 (Synthesize ?
1186 ObjCPropertyImplDecl::Synthesize
1195 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1197 // For Objective-C++, need to synthesize the AST for the IVAR object to be
1230 if (getLangOpts().ObjCAutoRefCount && Synthesize)
1245 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1286 if (Synthesize)
1310 if (!Synthesize)
1325 if (Synthesize)
1568 // Is there a matching property synthesize/dynamic?
1606 // We won't auto-synthesize properties declared in protocols.
1694 // Is there a matching propery synthesize/dynamic?
1839 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
1878 /// Also synthesize a getter/setter method if none exist (and update the
1912 // Synthesize getter/setter methods if none exist.
1915 // synthesize these methods unless the user explicitly provided prototypes
1950 // A user declared getter will be synthesize when @synthesize of
2002 // A user declared setter will be synthesize when @synthesize of