Searched refs:PropRef (Results 1 – 3 of 3) sorted by relevance
655 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check() local656 checkObjCPropertyRefExpr(PropRef); in check()
2129 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in peelOffOuterExpr() local2130 if (PropRef && PropRef->isMessagingGetter()) { in peelOffOuterExpr()
4762 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) in getLocationFromExpr() local4763 return PropRef->getLocation(); in getLocationFromExpr()