Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
4561 class FullExprArg {4563 FullExprArg() : E(nullptr) { } in FullExprArg() function4564 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4581 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function4586 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()4589 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()4590 return FullExprArg( in MakeFullExpr()4593 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()4597 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()4687 FullExprArg Third,[all …]
456 typedef Sema::FullExprArg FullExprArg; typedef
1819 FullExprArg ThirdPart(Actions); in ParseForStatement()
2095 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1379 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7501 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
18946 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()