Home | History | Annotate | Download | only in Sema

Lines Matching refs:Synthesize

2856       case ObjCPropertyImplDecl::Synthesize:
4295 // @synthesize
4296 Builder.AddTypedTextChunk(OBJC_AT_KEYWORD_NAME(NeedAt,synthesize));
5819 // Figure out where this @synthesize lives.
5860 // Figure out where this @synthesize lives.
5922 // Create ivar result _propName, that the user can use to synthesize