Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp983 E = MakeFullDiscardedValueExpr(E).get(); in BuildCoreturnStmt()
H A DSemaDeclCXX.cpp8237 S.MakeFullDiscardedValueExpr(Inc.get()), Loc, in visitSubobjectArray()
14097 S.MakeFullDiscardedValueExpr(Increment), Loc, Copy.get()); in buildSingleCopyAssignRecursively()
H A DTreeTransform.h7524 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2029 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get()); in ParseForStatement()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4624 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr() function