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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h594 bool ExprNeedsCleanups; member in class:clang::sema::LambdaScopeInfo
649 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false),
H A DSema.h275 /// ExprNeedsCleanups - True if the current evaluation context
277 bool ExprNeedsCleanups; member in class:clang::Sema
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1299 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups;
1420 ExprNeedsCleanups = true;
1532 ExprNeedsCleanups = true;
H A DSemaExprCXX.cpp4952 ExprNeedsCleanups = true;
5005 ExprNeedsCleanups = true;
5032 assert(ExprNeedsCleanups || ExprCleanupObjects.size() == FirstCleanup);
5033 if (!ExprNeedsCleanups)
5051 if (!ExprNeedsCleanups)
5157 ExprNeedsCleanups = true;
H A DSemaExpr.cpp619 ExprNeedsCleanups = true;
3923 ExprNeedsCleanups = true;
4842 S.ExprNeedsCleanups = true;
9863 assert(!ExprNeedsCleanups && "cleanups within StmtExpr not correctly bound!");
10347 assert(!ExprNeedsCleanups && "cleanups within block not correctly bound!");
10441 ExprNeedsCleanups = true;
11013 ExprNeedsCleanups,
11016 ExprNeedsCleanups = false;
11071 ExprNeedsCleanups = Rec.ParentNeedsCleanups;
11076 ExprNeedsCleanups |
[all...]
H A DSema.cpp81 ExprNeedsCleanups(false), LateTemplateParser(0), OpaqueParser(0),
H A DSemaExprObjC.cpp3354 ExprNeedsCleanups = true;
3585 ExprNeedsCleanups = true;
H A DSemaInit.cpp4303 S.ExprNeedsCleanups = true;
5794 S.ExprNeedsCleanups = true;
H A DSemaDecl.cpp9876 assert(!ExprNeedsCleanups && "Unaccounted cleanups in function");

Completed in 266 milliseconds