Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1277 CleanupInfo ParentCleanup; member
1352 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
1355 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp18030 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
18035 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()