Lines Matching refs:PRE
3972 if (const ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(E)) {3973 if (PRE->isExplicitProperty())3974 return PRE->getExplicitProperty();3979 if (PRE->isMessagingSetter())3980 return PRE->getImplicitPropertySetter();3981 return PRE->getImplicitPropertyGetter();