Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance
24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
7070 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()7072 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()7090 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
15110 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()15562 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
14812 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()