Home
last modified time | relevance | path

Searched refs:MakeFullDiscardedValueExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1042 E = MakeFullDiscardedValueExpr(E).get(); in BuildCoreturnStmt()
H A DSemaDeclCXX.cpp8741 S.MakeFullDiscardedValueExpr(Inc.get()), Loc, in visitSubobjectArray()
15009 S.MakeFullDiscardedValueExpr(Increment), Loc, Copy.get()); in buildSingleCopyAssignRecursively()
H A DTreeTransform.h8488 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2160 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get()); in ParseForStatement()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7728 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr() function