Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h160 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() function
183 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
187 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
198 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
201 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
210 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T> {
214 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp38 : public llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup,
42 : llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup, const void>( in ResetStackCleanup()