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

/external/clang/include/clang/Sema/
H A DScopeInfo.h613 bool ExprNeedsCleanups; member in class:clang::sema::LambdaScopeInfo
668 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false),
H A DSema.h347 /// ExprNeedsCleanups - True if the current evaluation context
349 bool ExprNeedsCleanups; member in class:clang::Sema
/external/clang/lib/Sema/
H A DSemaLambda.cpp1397 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups;
1514 ExprNeedsCleanups = true;
1626 ExprNeedsCleanups = true;
H A DSemaExprCXX.cpp4924 ExprNeedsCleanups = true;
4977 ExprNeedsCleanups = true;
5004 assert(ExprNeedsCleanups || ExprCleanupObjects.size() == FirstCleanup);
5005 if (!ExprNeedsCleanups)
5023 if (!ExprNeedsCleanups)
5129 ExprNeedsCleanups = true;
H A DSemaExpr.cpp622 ExprNeedsCleanups = true;
4021 ExprNeedsCleanups = true;
4926 S.ExprNeedsCleanups = true;
10107 assert(!ExprNeedsCleanups && "cleanups within StmtExpr not correctly bound!");
10585 assert(!ExprNeedsCleanups && "cleanups within block not correctly bound!");
10678 ExprNeedsCleanups = true;
11270 ExprNeedsCleanups,
11273 ExprNeedsCleanups = false;
11328 ExprNeedsCleanups = Rec.ParentNeedsCleanups;
11333 ExprNeedsCleanups |
[all...]
H A DSema.cpp92 ExprNeedsCleanups(false), LateTemplateParser(nullptr),
H A DSemaExprObjC.cpp3729 ExprNeedsCleanups = true;
3969 ExprNeedsCleanups = true;
H A DSemaInit.cpp4422 S.ExprNeedsCleanups = true;
5920 S.ExprNeedsCleanups = true;
H A DSemaDecl.cpp10245 assert(!ExprNeedsCleanups && "Unaccounted cleanups in function");

Completed in 2576 milliseconds