Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4091 class FullExprArg {
4093 FullExprArg() : E(nullptr) { } in FullExprArg() function
4094 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
4111 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
4116 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()
4119 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()
4120 return FullExprArg( in MakeFullExpr()
4123 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()
4127 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()
4213 FullExprArg Third,
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h428 typedef Sema::FullExprArg FullExprArg; typedef
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1768 FullExprArg ThirdPart(Actions); in ParseForStatement()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1765 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
HDTreeTransform.h1346 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
7087 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
HDSemaExpr.cpp17458 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()