Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1087 E = MakeFullDiscardedValueExpr(E).get(); in BuildCoreturnStmt()
H A DSemaDeclCXX.cpp8665 S.MakeFullDiscardedValueExpr(Inc.get()), Loc, in visitSubobjectArray()
14848 S.MakeFullDiscardedValueExpr(Increment), Loc, Copy.get()); in buildSingleCopyAssignRecursively()
H A DTreeTransform.h7890 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get())); in TransformForStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2263 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get()); in ParseForStatement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5134 FullExprArg MakeFullDiscardedValueExpr(Expr *Arg) { in MakeFullDiscardedValueExpr() function