Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCleanupInfo.h25 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6510 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
6512 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
6530 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp13230 assert(!Cleanup.exprNeedsCleanups() && in ActOnStmtExpr()
13688 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
H A DSemaDecl.cpp13389 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()