Home | History | Annotate | Download | only in Sema

Lines Matching defs:CondResult

6627     ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr);
6628 if (!CondResult.isUsable()) return ExprError();
6629 CondExpr = CondResult.get();