Searched refs:PropRef (Results 1 – 3 of 3) sorted by relevance
656 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check() local657 checkObjCPropertyRefExpr(PropRef); in check()
1944 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in peelOffOuterExpr() local1945 if (PropRef && PropRef->isMessagingGetter()) { in peelOffOuterExpr()
4536 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) in getLocationFromExpr() local4537 return PropRef->getLocation(); in getLocationFromExpr()