Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6690 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
6692 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
6710 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp16011 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
16455 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
17748 if (Cleanup.exprNeedsCleanups()) { in CheckForImmediateInvocation()
H A DSemaDecl.cpp16672 assert(!Cleanup.exprNeedsCleanups() && in ActOnFinishFunctionBody()