Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyImplDecl

1123   ObjCPropertyImplDecl *PIDecl =
1124 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1127 ObjCPropertyImplDecl::Synthesize
1128 : ObjCPropertyImplDecl::Dynamic),
1234 if (ObjCPropertyImplDecl *PPIDecl =
1242 if (ObjCPropertyImplDecl *PPIDecl
1273 if (ObjCPropertyImplDecl *PPIDecl =
1281 if (ObjCPropertyImplDecl *PPIDecl =
1564 if (ObjCPropertyImplDecl *PID =
1592 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>(
1786 if (const ObjCPropertyImplDecl *PIDecl
1788 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)