Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1243 unsigned NumCleanupObjects; member
1289 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
1294 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7020 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp16679 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
16700 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
H A DSemaDecl.cpp14754 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()