Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3663 class FullExprArg {
3665 FullExprArg() : E(nullptr) { } in FullExprArg() function
3666 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
3683 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
3688 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()
3691 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()
3692 return FullExprArg(ActOnFinishFullExpr(Arg, CC).get()); in MakeFullExpr()
3694 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()
3698 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()
3784 FullExprArg Third,
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h388 typedef Sema::FullExprArg FullExprArg; typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1609 FullExprArg ThirdPart(Actions); in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1745 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
H A DTreeTransform.h1307 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
6821 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
H A DSemaExpr.cpp16172 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()