Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
4592 class FullExprArg {4594 FullExprArg() : E(nullptr) { } in FullExprArg() function4595 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4612 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function4617 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()4620 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()4621 return FullExprArg( in MakeFullExpr()4624 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()4628 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()4718 FullExprArg Third,[all …]
457 typedef Sema::FullExprArg FullExprArg; typedef
1824 FullExprArg ThirdPart(Actions); in ParseForStatement()
2096 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1379 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7524 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
19122 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()