Home
last modified time | relevance | path

Searched refs:FullExprArg (Results 1 – 12 of 12) 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/llvm-project/clang/include/clang/Sema/
DSema.h4421 class FullExprArg {
4423 FullExprArg() : E(nullptr) { } in FullExprArg() function
4424 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
4441 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
4446 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()
4449 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()
4450 return FullExprArg( in MakeFullExpr()
4453 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()
4457 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()
4546 FullExprArg Third,
[all …]
/external/clang/include/clang/Parse/
DParser.h271 typedef Sema::FullExprArg FullExprArg; typedef
/external/llvm-project/clang/include/clang/Parse/
DParser.h454 typedef Sema::FullExprArg FullExprArg; typedef
/external/clang/lib/Parse/
DParseStmt.cpp1563 FullExprArg ThirdPart(Actions); in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1816 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()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1815 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
DTreeTransform.h1378 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
7410 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
DSemaExpr.cpp18700 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()