Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h180 class CrashRecoveryContextDestructorCleanup : public
181 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
183 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup() function
186 CrashRecoveryContextDestructorCleanup<T>, T>(context, resource) {} in CrashRecoveryContextDestructorCleanup()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp520 llvm::CrashRecoveryContextDestructorCleanup< in clang_indexSourceFile_Impl()