Home | History | Annotate | Download | only in Sema

Lines Matching full:secondresult

1634   ExprResult SecondResult(second.release());
1638 SecondResult = CheckConditionVariable(ConditionVar, ForLoc, true);
1639 SecondResult = ActOnFinishFullExpr(SecondResult.get(), ForLoc);
1640 if (SecondResult.isInvalid())
1653 return new (Context) ForStmt(Context, First, SecondResult.get(), ConditionVar,