reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   94   void SetInstrumentedFoo(InstrumentedFoo *foo);

References

tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
  225   LLDB_RECORD_METHOD(void, InstrumentedBar, SetInstrumentedFoo,
  266   LLDB_REGISTER_METHOD(void, InstrumentedBar, SetInstrumentedFoo,
  532     bar.SetInstrumentedFoo(&foo);
  567     bar.SetInstrumentedFoo(&foo);
  602     bar.SetInstrumentedFoo(&foo);