Home | History | Annotate | Download | only in Sema

Lines Matching refs:IE

5869     ImplicitCastExpr *IE = cast<ImplicitCastExpr>(E);
5870 if (IE->getValueKind() == VK_LValue) {
5871 E = IE->getSubExpr();