Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6292 CleanupInfo ParentCleanup; member
6388 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
6391 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17653 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
17658 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()