Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4561 class FullExprArg {
4563 FullExprArg() : E(nullptr) { } in FullExprArg() function
4564 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
4581 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
4586 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()
4589 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()
4590 return FullExprArg( in MakeFullExpr()
4593 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()
4597 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()
4687 FullExprArg Third,
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h456 typedef Sema::FullExprArg FullExprArg; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1819 FullExprArg ThirdPart(Actions); in ParseForStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2095 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
H A DTreeTransform.h1379 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
7501 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
H A DSemaExpr.cpp18946 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()