Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
3663 class FullExprArg {3665 FullExprArg() : E(nullptr) { } in FullExprArg() function3666 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function3683 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function3688 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()3691 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()3692 return FullExprArg(ActOnFinishFullExpr(Arg, CC).get()); in MakeFullExpr()3694 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()3698 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()3784 FullExprArg Third,[all …]
388 typedef Sema::FullExprArg FullExprArg; typedef
1609 FullExprArg ThirdPart(Actions); in ParseForStatement()
1745 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1307 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()6821 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
16172 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()