Searched refs:PropRef (Results 1 – 2 of 2) sorted by relevance
657 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check() local658 checkObjCPropertyRefExpr(PropRef); in check()
1530 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in peelOffOuterExpr() local1531 if (PropRef && PropRef->isMessagingGetter()) { in peelOffOuterExpr()