Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h632 unsigned NumCleanupObjects; member
661 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
666 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4759 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
DSemaExpr.cpp10384 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
10402 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()