Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance
4853 class FullExprArg {4855 FullExprArg() : E(nullptr) { } in FullExprArg() function4856 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4873 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function4878 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()4881 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()4882 return FullExprArg( in MakeFullExpr()4885 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()4889 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()4980 FullExprArg Third,[all …]
464 typedef Sema::FullExprArg FullExprArg; typedef
1964 FullExprArg ThirdPart(Actions); in ParseForStatement()
2133 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
1384 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()7627 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
20050 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()