Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1239 CleanupInfo ParentCleanup; member
1290 CleanupInfo ParentCleanup, in ExpressionEvaluationContextRecord()
1293 : Context(Context), ParentCleanup(ParentCleanup), in ExpressionEvaluationContextRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16681 Cleanup = Rec.ParentCleanup; in PopExpressionEvaluationContext()
16686 Cleanup.mergeFrom(Rec.ParentCleanup); in PopExpressionEvaluationContext()