Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h753 unsigned NumCleanupObjects; member
786 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
791 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5152 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
DSemaExpr.cpp12005 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
12029 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
DSemaDecl.cpp10776 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()