Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h845 unsigned NumCleanupObjects; member
878 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord()
883 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5752 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
DSemaExpr.cpp12876 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext()
12900 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
DSemaDecl.cpp11692 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()