Home | History | Annotate | Download | only in Sema

Lines Matching refs:Synthesize

2966       case ObjCPropertyImplDecl::Synthesize:
4434 // @synthesize
4435 Builder.AddTypedTextChunk(OBJC_AT_KEYWORD_NAME(NeedAt,"synthesize"));
5985 // Figure out where this @synthesize lives.
6027 // Figure out where this @synthesize lives.
6090 // Create ivar result _propName, that the user can use to synthesize