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.h6296 unsigned NumCleanupObjects; member
6387 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
6392 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7667 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp17651 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
17672 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
H A DSemaDecl.cpp16191 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()