Home | History | Annotate | Download | only in Sema

Lines Matching refs:Synthesize

11 //  @synthesize declarations.
573 /// as @synthesize or @dynamic.
578 bool Synthesize,
599 // We always synthesize an interface for an implementation
629 if (Synthesize) {
657 // Check that we have a valid, previously declared ivar for @synthesize
658 if (Synthesize) {
659 // @synthesize
824 (Synthesize ?
825 ObjCPropertyImplDecl::Synthesize
830 if (getLangOpts().CPlusPlus && Synthesize &&
832 // For Objective-C++, need to synthesize the AST for the IVAR object to be
865 if (getLangOpts().CPlusPlus && Synthesize
902 if (Synthesize)
926 if (!Synthesize)
941 if (Synthesize)
1379 // Is there a matching propery synthesize/dynamic?
1394 // We won't auto-synthesize properties declared in protocols.
1445 // Is there a matching propery synthesize/dynamic?
1578 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
1617 /// Also synthesize a getter/setter method if none exist (and update the
1651 // Synthesize getter/setter methods if none exist.
1654 // synthesize these methods unless the user explicitly provided prototypes
1686 // A user declared getter will be synthesize when @synthesize of
1735 // A user declared setter will be synthesize when @synthesize of