Home | History | Annotate | Download | only in Sema

Lines Matching refs:PropertyDecl

2655       if (const ObjCPropertyDecl *PropertyDecl = Method->findPropertyDecl())
2656 WarnWeakReceiver = !PropertyDecl->hasAttr<IBOutletAttr>();