Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp7308 assert(Cleanup.exprNeedsCleanups() || in MaybeCreateExprWithCleanups()
7310 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateExprWithCleanups()
7328 if (!Cleanup.exprNeedsCleanups()) in MaybeCreateStmtWithCleanups()
H A DSemaExpr.cpp15878 assert(!Cleanup.exprNeedsCleanups() && in BuildStmtExpr()
16330 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStmtExpr()
H A DSemaDecl.cpp15373 assert(!Cleanup.exprNeedsCleanups() && in ActOnFinishFunctionBody()