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

Declarations

tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   95   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
  231   LLDB_RECORD_METHOD(void, InstrumentedBar, SetInstrumentedFoo,
  268   LLDB_REGISTER_METHOD(void, InstrumentedBar, SetInstrumentedFoo,
  531     bar.SetInstrumentedFoo(foo);
  566     bar.SetInstrumentedFoo(foo);
  601     bar.SetInstrumentedFoo(foo);