Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance
25 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
6510 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()6512 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()6530 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
13230 assert(!Cleanup.exprNeedsCleanups() && in ActOnStmtExpr()13688 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
13389 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()