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