Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7070 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7072 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7090 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp15110 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
15562 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
H A DSemaDecl.cpp14812 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function"); in ActOnFinishFunctionBody()