Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1281 unsigned NumCleanupObjects; member
1351 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
1356 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7326 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp18028 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
18049 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
H A DSemaDecl.cpp15804 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()