Searched refs:NumCleanupObjects (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Sema.h | 845 unsigned NumCleanupObjects; member 878 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 883 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Sema.h | 5035 unsigned NumCleanupObjects; member 5126 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 5131 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Sema.h | 1302 unsigned NumCleanupObjects; member 1378 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 1383 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Sema.h | 5195 unsigned NumCleanupObjects; member 5313 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 5318 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Sema.h | 5195 unsigned NumCleanupObjects; member 5313 unsigned NumCleanupObjects, in ExpressionEvaluationContextRecord() 5318 NumCleanupObjects(NumCleanupObjects), NumTypos(0), in ExpressionEvaluationContextRecord()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 5752 unsigned FirstCleanup = ExprEvalContexts.back().NumCleanupObjects; in MaybeCreateExprWithCleanups()
|
H A D | SemaExpr.cpp | 12876 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects, in PopExpressionEvaluationContext() 12900 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects, in DiscardCleanupsInEvaluationContext()
|
H A D | SemaDecl.cpp | 11692 ExprEvalContexts.back().NumCleanupObjects && in ActOnFinishFunctionBody()
|