Home
last modified time | relevance | path

Searched refs:ExprNeedsCleanups (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h613 bool ExprNeedsCleanups; variable
668 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false), in LambdaScopeInfo()
DSema.h349 bool ExprNeedsCleanups; variable
/external/clang/lib/Sema/
DSemaLambda.cpp1397 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups; in ActOnLambdaExpr()
1514 ExprNeedsCleanups = true; in ActOnLambdaExpr()
1626 ExprNeedsCleanups = true; in BuildBlockForLambdaConversion()
DSemaExprCXX.cpp4924 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()
DSemaExpr.cpp622 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 …]
DSema.cpp92 ExprNeedsCleanups(false), LateTemplateParser(nullptr), in Sema()
DSemaExprObjC.cpp3729 ExprNeedsCleanups = true; in CheckObjCARCConversion()
3969 ExprNeedsCleanups = true; in BuildObjCBridgedCast()
DSemaInit.cpp4422 S.ExprNeedsCleanups = true; in checkIndirectCopyRestoreSource()
5920 S.ExprNeedsCleanups = true; in Perform()
DSemaDecl.cpp10245 assert(!ExprNeedsCleanups && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()