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

Declarations

tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   70   int D(const char *d) const;

References

tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
  169   LLDB_RECORD_METHOD_CONST(int, InstrumentedFoo, D, (const char *), d);
  254   LLDB_REGISTER_METHOD_CONST(int, InstrumentedFoo, D, (const char *));
  453     foo.D("bar");
  481   foo->D("bar");
  491   foo2->D("bar");
  526     foo.D("bar");
  561     foo.D("bar");
  596     foo.D("bar");