Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6726 unsigned NumCleanupObjects; member
6820 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
6825 NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6688 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp18097 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
18114 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
H A DSemaDecl.cpp16670 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()