Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; } in exprNeedsCleanups() function
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7817 assert(Cleanup.exprNeedsCleanups() || in ActOnStartCXXMemberReference()
7819 if (!Cleanup.exprNeedsCleanups()) in ActOnStartCXXMemberReference()
7837 if (!Cleanup.exprNeedsCleanups()) in ActOnStartCXXMemberReference()
H A DSemaExpr.cpp15890 assert(!Cleanup.exprNeedsCleanups() && in ActOnBlockStart()
16334 assert(!Cleanup.exprNeedsCleanups() && in BuildVAArgExpr()
17577 if (Cleanup.exprNeedsCleanups()) { in PopExpressionEvaluationContext()
H A DSemaDecl.cpp16390 assert(!Cleanup.exprNeedsCleanups() && in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()