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