Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
4976 class FullExprArg {4978 FullExprArg() : E(nullptr) { } in FullExprArg() function4979 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4996 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function5001 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()5004 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()5005 return FullExprArg( in MakeFullExpr()5008 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()5012 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()5103 FullExprArg Third,[all …]
469 typedef Sema::FullExprArg FullExprArg; typedef
1986 FullExprArg ThirdPart(Actions); in ParseForStatement()
2133 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1425 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7738 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
20429 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()