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

Declarations

tools/lldb/include/lldb/API/SBTypeCategory.h
   92   lldb::SBTypeCategory &operator=(const lldb::SBTypeCategory &rhs);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
23664     result = (arg1)->GetCategory((char const *)arg2);
23701     result = (arg1)->GetCategory(arg2);
23787     result = (arg1)->CreateCategory((char const *)arg2);
23888     result = (arg1)->GetCategoryAtIndex(arg2);
23914     result = (arg1)->GetDefaultCategory();
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
  613                      SBTypeCategory, operator=,(const lldb::SBTypeCategory &),
  729       SBTypeCategory, operator=,(const lldb::SBTypeCategory &));