Searched refs:NumCleanupObjects (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 845 unsigned NumCleanupObjects; member 878 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 883 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1135 unsigned NumCleanupObjects; member 1181 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 1186 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5752 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
|
D | SemaExpr.cpp | 12876 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext() 12900 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
|
D | SemaDecl.cpp | 11692 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6946 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
|
D | SemaExpr.cpp | 16549 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext() 16570 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
|
D | SemaDecl.cpp | 14623 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()
|