Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
3302 class FullExprArg {3304 FullExprArg() : E(nullptr) { } in FullExprArg() function3305 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function3322 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function3327 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()3330 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()3331 return FullExprArg(ActOnFinishFullExpr(Arg, CC).get()); in MakeFullExpr()3333 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()3337 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()3422 FullExprArg Third,[all …]
271 typedef Sema::FullExprArg FullExprArg; typedef
1563 FullExprArg ThirdPart(Actions); in ParseForStatement()
1629 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1227 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()6420 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
14426 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()