Lines Matching refs:take
209 LHS.take()); in ParseExpressionWithLeadingExtension()
433 OpToken.getKind(), LHS.take(), RHS.take()); in ParseRHSOfBinaryExpression()
436 LHS.take(), TernaryMiddle.take(), in ParseRHSOfBinaryExpression()
437 RHS.take()); in ParseRHSOfBinaryExpression()
1121 Result.take(), T.getCloseLocation()); in ParseCastExpression()
1309 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.take(), Loc, in ParsePostfixExpressionSuffix()
1310 Idx.take(), RLoc); in ParsePostfixExpressionSuffix()
1402 LHS = Actions.ActOnCallExpr(getCurScope(), LHS.take(), Loc, in ParsePostfixExpressionSuffix()
1421 LHS = Actions.ActOnStartCXXMemberReference(getCurScope(), LHS.take(), in ParsePostfixExpressionSuffix()
1444 LHS = ParseCXXPseudoDestructor(LHS.take(), OpLoc, OpKind, SS, in ParsePostfixExpressionSuffix()
1478 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.take(), OpLoc, in ParsePostfixExpressionSuffix()
1488 Tok.getKind(), LHS.take()); in ParsePostfixExpressionSuffix()
1718 Res = Actions.ActOnVAArg(StartLoc, Expr.take(), Ty.get(), ConsumeParen()); in ParseBuiltinPrimaryExpression()
1825 Res = Actions.ActOnChooseExpr(StartLoc, Cond.take(), Expr1.take(), in ParseBuiltinPrimaryExpression()
1826 Expr2.take(), ConsumeParen()); in ParseBuiltinPrimaryExpression()
1853 Res = Actions.ActOnAsTypeExpr(Expr.take(), DestTy.get(), StartLoc, in ParseBuiltinPrimaryExpression()
1864 return ParsePostfixExpressionSuffix(Res.take()); in ParseBuiltinPrimaryExpression()
1936 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.take(), Tok.getLocation()); in ParseParenExpression()
2060 RParenLoc, Result.take()); in ParseParenExpression()
2088 Result = Actions.ActOnParenExpr(OpenLoc, Tok.getLocation(), Result.take()); in ParseParenExpression()
2118 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.take()); in ParseCompoundLiteralExpression()
2418 Result = Actions.ActOnBlockStmtExpr(CaretLoc, Stmt.take(), getCurScope()); in ParseBlockLiteralExpression()