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

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCrashRecoveryContext.cpp24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext; member in namespace:__anon10363
35 CurrentContext.set(this);
38 CurrentContext.erase();
44 CurrentContext.erase();
91 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
150 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
232 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dmulti-irb.rb183 def IRB.CurrentContext singleton method
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dextend-command.rb27 # Same as <code>IRB.CurrentContext.exit</code>.
36 IRB.CurrentContext
/macosx-10.10/ruby-106/ruby/lib/
H A Dirb.rb370 # irb(main):001:0> IRB.CurrentContext.irb_name = "foo"
372 def IRB.CurrentContext singleton method in class:IRB.Abort

Completed in 198 milliseconds