Home | History | Annotate | Download | only in Analysis

Lines Matching full:prop

390                                       const ObjCPropertyDecl *Prop) {
392 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl();
397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
409 if (I->getPropertyDecl() != Prop)
423 Prop->getType().getNonReferenceType()))
433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl();
442 if (!Prop->getType()->isReferenceType())
460 const ObjCPropertyDecl *Prop = D->findPropertyDecl();
461 if (!Prop)
468 Val = createObjCPropertyGetter(C, Prop);