Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance
24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
7022 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()7024 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()7042 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
14989 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()15441 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
14756 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()