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.cpp7669 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7671 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7689 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp15645 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
16099 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
17330 if (Cleanup.exprNeedsCleanups()) { in CheckForImmediateInvocation()
H A DSemaDecl.cpp16193 assert(!Cleanup.exprNeedsCleanups() && in ActOnFinishFunctionBody()