Home
last modified time | relevance | path

Searched refs:exprNeedsCleanups (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DCleanupInfo.h25 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp5754 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
5756 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
5774 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
DSemaExpr.cpp11629 assert(!Cleanup.exprNeedsCleanups() && in ActOnStmtExpr()
12097 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
DSemaDecl.cpp11694 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()