Home
last modified time | relevance | path

Searched refs:ParentCleanup (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1276 CleanupInfo ParentCleanup; member
1332 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
1335 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17734 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
17739 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()