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

Declarations

tools/lldb/include/lldb/API/SBCommandReturnObject.h
  103   void SetError(lldb::SBError &error,

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15858     (arg1)->SetError(*arg2,(char const *)arg3);
15897     (arg1)->SetError(*arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBCommandReturnObject.cpp
  352   LLDB_RECORD_METHOD(void, SBCommandReturnObject, SetError,
  429   LLDB_REGISTER_METHOD(void, SBCommandReturnObject, SetError,
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
  292     result.SetError(error, "Invalid read of register BNDCFGU.");