Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
4091 class FullExprArg {4093 FullExprArg() : E(nullptr) { } in FullExprArg() function4094 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4111 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function4116 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()4119 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()4120 return FullExprArg( in MakeFullExpr()4123 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()4127 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()4213 FullExprArg Third,[all …]
428 typedef Sema::FullExprArg FullExprArg; typedef
1768 FullExprArg ThirdPart(Actions); in ParseForStatement()
1765 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1346 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7087 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
17458 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()