Searched refs:PropRef (Results 1 – 2 of 2) sorted by relevance
660 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check() local661 checkObjCPropertyRefExpr(PropRef); in check()
3467 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) in getLocationFromExpr() local3468 return PropRef->getLocation(); in getLocationFromExpr()