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.cpp997 E = MakeFullDiscardedValueExpr(E).get(); in BuildCoreturnStmt()
H A DSemaDeclCXX.cpp8562 S.MakeFullDiscardedValueExpr(Inc.get()), Loc, in visitSubobjectArray()
14720 S.MakeFullDiscardedValueExpr(Increment), Loc, Copy.get()); in buildSingleCopyAssignRecursively()
H A DTreeTransform.h8185 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2280 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get()); in ParseForStatement()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7305 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr() function