Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1308 unsigned NumCleanupObjects; member
1384 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
1389 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7450 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp18670 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
18691 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
H A DSemaDecl.cpp16396 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()