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

/external/clang/include/clang/Sema/
H A DSema.h742 unsigned NumCleanupObjects; member in struct:clang::Sema::ExpressionEvaluationContextRecord
771 unsigned NumCleanupObjects,
776 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
770 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5002 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects;
H A DSemaExpr.cpp11326 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects,
11344 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects,

Completed in 2066 milliseconds