Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h165 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
168 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() function
188 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
192 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
203 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
206 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
215 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T> {
219 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp37 : public llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup,
41 : llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup, const void>( in ResetStackCleanup()