Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7022 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7024 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7042 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp14989 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
15441 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
H A DSemaDecl.cpp14756 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()