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

Declarations

tools/lldb/include/lldb/API/SBTypeFilter.h
   33   const char *GetExpressionPathAtIndex(uint32_t i);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
69779     result = (char *)(arg1)->GetExpressionPathAtIndex(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBTypeFilter.cpp
   92   LLDB_RECORD_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex,
  153     if (strcmp(GetExpressionPathAtIndex(j), rhs.GetExpressionPathAtIndex(j)) !=
  153     if (strcmp(GetExpressionPathAtIndex(j), rhs.GetExpressionPathAtIndex(j)) !=
  188     new_sp->AddExpressionPath(GetExpressionPathAtIndex(j));
  212   LLDB_REGISTER_METHOD(const char *, SBTypeFilter, GetExpressionPathAtIndex,