Home
last modified time | relevance | path

Searched refs:FullExprArg (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h3302 class FullExprArg {
3304 FullExprArg() : E(nullptr) { } in FullExprArg() function
3305 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
3322 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
3327 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 …]
/external/clang/include/clang/Parse/
DParser.h271 typedef Sema::FullExprArg FullExprArg; typedef
/external/clang/lib/Parse/
DParseStmt.cpp1563 FullExprArg ThirdPart(Actions); in ParseForStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp1629 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
DTreeTransform.h1227 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
6420 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
DSemaExpr.cpp14426 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()