Lines Matching refs:ActOnFinishFullExpr
47 FE = ActOnFinishFullExpr(FE.get(), FE.get()->getExprLoc(), in ActOnExprStmt()
419 LHS = ActOnFinishFullExpr(LHSVal, LHSVal->getExprLoc(), false, in ActOnCaseStmt()
424 auto RHS = RHSVal ? ActOnFinishFullExpr(RHSVal, RHSVal->getExprLoc(), false, in ActOnCaseStmt()
501 CondResult = ActOnFinishFullExpr(CondResult.get(), IfLoc); in ActOnIfStmt()
657 CondResult = ActOnFinishFullExpr(Cond, SwitchLoc); in ActOnStartOfSwitchStmt()
1233 CondResult = ActOnFinishFullExpr(CondResult.get(), WhileLoc); in ActOnWhileStmt()
1263 CondResult = ActOnFinishFullExpr(Cond, DoLoc); in ActOnDoStmt()
1639 SecondResult = ActOnFinishFullExpr(SecondResult.get(), ForLoc); in ActOnForStmt()
1668 ExprResult FullExpr = ActOnFinishFullExpr(E); in ActOnForEachLValueExpr()
1821 CollectionExprResult = ActOnFinishFullExpr(CollectionExprResult.get()); in ActOnObjCForCollectionStmt()
2339 NotEqExpr = ActOnFinishFullExpr(NotEqExpr.get()); in BuildCXXForRangeStmt()
2359 IncrExpr = ActOnFinishFullExpr(IncrExpr.get()); in BuildCXXForRangeStmt()
2610 ExprResult ExprRes = ActOnFinishFullExpr(E); in ActOnIndirectGotoStmt()
2943 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in ActOnCapScopeReturnStmt()
3236 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt()
3313 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt()
3366 Result = ActOnFinishFullExpr(Result.get()); in BuildObjCAtThrowStmt()
3436 return ActOnFinishFullExpr(operand); in ActOnObjCAtSynchronizedOperand()