Searched refs:ExprNeedsCleanups (Results 1 – 9 of 9) sorted by relevance
613 bool ExprNeedsCleanups; variable668 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false), in LambdaScopeInfo()
349 bool ExprNeedsCleanups; variable
1397 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups; in ActOnLambdaExpr()1514 ExprNeedsCleanups = true; in ActOnLambdaExpr()1626 ExprNeedsCleanups = true; in BuildBlockForLambdaConversion()
4924 ExprNeedsCleanups = true; in MaybeBindToTemporary()4977 ExprNeedsCleanups = true; in MaybeBindToTemporary()5004 assert(ExprNeedsCleanups || ExprCleanupObjects.size() == FirstCleanup); in MaybeCreateExprWithCleanups()5005 if (!ExprNeedsCleanups) in MaybeCreateExprWithCleanups()5023 if (!ExprNeedsCleanups) in MaybeCreateStmtWithCleanups()5129 ExprNeedsCleanups = true; in ActOnDecltypeExpression()
622 ExprNeedsCleanups = true; in DefaultLvalueConversion()4021 ExprNeedsCleanups = true; in BuildCXXDefaultArgExpr()4926 S.ExprNeedsCleanups = true; in maybeExtendBlockObject()10107 assert(!ExprNeedsCleanups && "cleanups within StmtExpr not correctly bound!"); in ActOnStmtExpr()10585 assert(!ExprNeedsCleanups && "cleanups within block not correctly bound!"); in ActOnBlockStmtExpr()10678 ExprNeedsCleanups = true; in ActOnBlockStmtExpr()11270 ExprNeedsCleanups, in PushExpressionEvaluationContext()11273 ExprNeedsCleanups = false; in PushExpressionEvaluationContext()11328 ExprNeedsCleanups = Rec.ParentNeedsCleanups; in PopExpressionEvaluationContext()11333 ExprNeedsCleanups |= Rec.ParentNeedsCleanups; in PopExpressionEvaluationContext()[all …]
92 ExprNeedsCleanups(false), LateTemplateParser(nullptr), in Sema()
3729 ExprNeedsCleanups = true; in CheckObjCARCConversion()3969 ExprNeedsCleanups = true; in BuildObjCBridgedCast()
4422 S.ExprNeedsCleanups = true; in checkIndirectCopyRestoreSource()5920 S.ExprNeedsCleanups = true; in Perform()
10245 assert(!ExprNeedsCleanups && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()