Home | History | Annotate | Download | only in Sema

Lines Matching full:subresult

3241   ExprResult SubResult = UsualUnaryConversions(SubExpr);
3242 if (SubResult.isInvalid()) return ExprError();
3243 SubExpr = SubResult.take();