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

Declarations

tools/lldb/include/lldb/API/SBTypeSynthetic.h
   41   const char *GetData();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
73072     result = (char *)(arg1)->GetData();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTypeCategory.cpp
  543     const char *script = synth.GetData();
tools/lldb/source/API/SBTypeSynthetic.cpp
   84   LLDB_RECORD_METHOD_NO_ARGS(const char *, SBTypeSynthetic, GetData);
  171   if (strcmp(GetData(), rhs.GetData()))
  171   if (strcmp(GetData(), rhs.GetData()))
  229   LLDB_REGISTER_METHOD(const char *, SBTypeSynthetic, GetData, ());