Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h1246 CleanupInfo ParentCleanup; member
1297 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
1300 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16852 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
16857 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()