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.h6722 CleanupInfo ParentCleanup; member
6821 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
6824 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18099 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
18104 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()