Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyImplDecl

821   ObjCPropertyImplDecl *PIDecl =
822 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
825 ObjCPropertyImplDecl::Synthesize
826 : ObjCPropertyImplDecl::Dynamic),
903 if (ObjCPropertyImplDecl *PPIDecl =
911 if (ObjCPropertyImplDecl *PPIDecl
942 if (ObjCPropertyImplDecl *PPIDecl =
950 if (ObjCPropertyImplDecl *PPIDecl =
1521 if (const ObjCPropertyImplDecl *PIDecl
1523 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
1577 ObjCPropertyImplDecl *PID = *i;
1578 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)