Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ice

283     const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver);
284 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
285 receiver = ice->getSubExpr()->IgnoreParens();
302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());