Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ice

257     const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver);
258 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
259 receiver = ice->getSubExpr()->IgnoreParens();
270 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());