Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance
25 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
5754 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()5756 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()5774 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
11629 assert(!Cleanup.exprNeedsCleanups() && in ActOnStmtExpr()12097 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
11694 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()