Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h601 bool ExprNeedsCleanups; variable
617 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false) in LambdaScopeInfo()
DSema.h277 bool ExprNeedsCleanups; variable
/external/clang/lib/Sema/
DSemaLambda.cpp938 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups; in ActOnLambdaExpr()
1052 ExprNeedsCleanups = true; in ActOnLambdaExpr()
1154 ExprNeedsCleanups = true; in BuildBlockForLambdaConversion()
DSemaExprCXX.cpp4835 ExprNeedsCleanups = true; in MaybeBindToTemporary()
4888 ExprNeedsCleanups = true; in MaybeBindToTemporary()
4915 assert(ExprNeedsCleanups || ExprCleanupObjects.size() == FirstCleanup); in MaybeCreateExprWithCleanups()
4916 if (!ExprNeedsCleanups) in MaybeCreateExprWithCleanups()
4934 if (!ExprNeedsCleanups) in MaybeCreateStmtWithCleanups()
5040 ExprNeedsCleanups = true; in ActOnDecltypeExpression()
DSemaExpr.cpp618 ExprNeedsCleanups = true; in DefaultLvalueConversion()
3841 ExprNeedsCleanups = true; in BuildCXXDefaultArgExpr()
4753 S.ExprNeedsCleanups = true; in maybeExtendBlockObject()
9676 assert(!ExprNeedsCleanups && "cleanups within StmtExpr not correctly bound!"); in ActOnStmtExpr()
10154 assert(!ExprNeedsCleanups && "cleanups within block not correctly bound!"); in ActOnBlockStmtExpr()
10248 ExprNeedsCleanups = true; in ActOnBlockStmtExpr()
10820 ExprNeedsCleanups, in PushExpressionEvaluationContext()
10823 ExprNeedsCleanups = false; in PushExpressionEvaluationContext()
10869 ExprNeedsCleanups = Rec.ParentNeedsCleanups; in PopExpressionEvaluationContext()
10874 ExprNeedsCleanups |= Rec.ParentNeedsCleanups; in PopExpressionEvaluationContext()
[all …]
DSema.cpp81 ExprNeedsCleanups(false), LateTemplateParser(0), OpaqueParser(0), in Sema()
DSemaExprObjC.cpp3231 ExprNeedsCleanups = true; in CheckObjCARCConversion()
3462 ExprNeedsCleanups = true; in BuildObjCBridgedCast()
DSemaInit.cpp4243 S.ExprNeedsCleanups = true; in checkIndirectCopyRestoreSource()
5712 S.ExprNeedsCleanups = true; in Perform()
DSemaDecl.cpp9571 assert(!ExprNeedsCleanups && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()