Home
last modified time | relevance | path

Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7452 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7454 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7472 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp16651 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
17110 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
18359 if (Cleanup.exprNeedsCleanups()) { in CheckForImmediateInvocation()
H A DSemaDecl.cpp16398 assert(!Cleanup.exprNeedsCleanups() && in ActOnFinishFunctionBody()