Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
5102 class FullExprArg {5104 FullExprArg() : E(nullptr) { } in FullExprArg() function5105 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function5122 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function5127 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()5130 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()5131 return FullExprArg( in MakeFullExpr()5134 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()5138 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()5229 FullExprArg Third,[all …]
484 typedef Sema::FullExprArg FullExprArg; typedef
2037 FullExprArg ThirdPart(Actions); in ParseForStatement()
2143 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1450 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7890 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
21182 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()