Lines Matching refs:PRE
3808 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) {3809 if (PRE->isExplicitProperty()) {3810 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())3813 else if (PRE->isImplicitProperty()) {3814 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter())