Searched refs:CrashRecoveryContextImpl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCrashRecoveryContext.cpp22 struct CrashRecoveryContextImpl;
24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
26 struct CrashRecoveryContextImpl { struct in namespace:__anon10363
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), function in struct:__anon10363::CrashRecoveryContextImpl
37 ~CrashRecoveryContextImpl() {
79 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
91 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
150 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
163 const_cast<CrashRecoveryContextImpl*>(CRC
[all...]

Completed in 114 milliseconds