Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyImplDecl

1111   ObjCPropertyImplDecl *PIDecl =
1112 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1115 ObjCPropertyImplDecl::Synthesize
1116 : ObjCPropertyImplDecl::Dynamic),
1202 if (ObjCPropertyImplDecl *PPIDecl =
1210 if (ObjCPropertyImplDecl *PPIDecl
1241 if (ObjCPropertyImplDecl *PPIDecl =
1249 if (ObjCPropertyImplDecl *PPIDecl =
1604 if (ObjCPropertyImplDecl *PID =
1635 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>(
1770 if (const ObjCPropertyImplDecl *PIDecl
1772 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
1826 ObjCPropertyImplDecl *PID = *i;
1827 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)