Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyImplDecl

2852       switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) {
2853 case ObjCPropertyImplDecl::Dynamic:
2856 case ObjCPropertyImplDecl::Synthesize:
5831 if (ObjCPropertyImplDecl *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(*D))