Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h808 unsigned NumCleanupObjects; member
841 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
846 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp5405 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
HDSemaExpr.cpp12111 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
12135 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
HDSemaDecl.cpp10977 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()