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

Declarations

tools/lldb/include/lldb/API/SBTypeSynthetic.h
   43   void SetClassName(const char *data);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
73107     (arg1)->SetClassName((char const *)arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBTypeCategory.cpp
  560               synth.SetClassName(output.c_str());
tools/lldb/source/API/SBTypeSynthetic.cpp
   95   LLDB_RECORD_METHOD(void, SBTypeSynthetic, SetClassName, (const char *), data);
  230   LLDB_REGISTER_METHOD(void, SBTypeSynthetic, SetClassName, (const char *));