Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
7277 class FullExprArg {7279 FullExprArg() : E(nullptr) {} in FullExprArg() function7280 FullExprArg(Sema &actions) : E(nullptr) {} in FullExprArg() function7293 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function7298 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()7301 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()7302 return FullExprArg( in MakeFullExpr()7305 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()7309 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()7314 FullExprArg Condition;[all …]
518 typedef Sema::FullExprArg FullExprArg; typedef
2052 FullExprArg ThirdPart(Actions); in ParseForStatement()
2166 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1471 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()8185 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
20182 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()