Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4976 class FullExprArg {
4978 FullExprArg() : E(nullptr) { } in FullExprArg() function
4979 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
4996 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
5001 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr()
5004 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr()
5005 return FullExprArg( in MakeFullExpr()
5008 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr()
5012 return FullExprArg(FE.get()); in MakeFullDiscardedValueExpr()
5103 FullExprArg Third,
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h469 typedef Sema::FullExprArg FullExprArg; typedef
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1986 FullExprArg ThirdPart(Actions); in ParseForStatement()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2133 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
H A DTreeTransform.h1425 Sema::FullExprArg Inc, SourceLocation RParenLoc, in RebuildForStmt()
7738 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
H A DSemaExpr.cpp20429 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition()