Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1304 CleanupInfo ParentCleanup; member
1385 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
1388 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18672 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
18677 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()