Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7328 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7330 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7348 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp16146 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
16598 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
H A DSemaDecl.cpp15806 assert(!Cleanup.exprNeedsCleanups() && in ActOnFinishFunctionBody()