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

Declarations

tools/lldb/include/lldb/Utility/Status.h
  172   int SetErrorStringWithVarArg(const char *format, va_list args);

References

tools/lldb/source/API/SBError.cpp
  135   int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args);
tools/lldb/source/Utility/Status.cpp
   55   SetErrorStringWithVarArg(format, args);
  203     length = SetErrorStringWithVarArg(format, args);
  257     int length = SetErrorStringWithVarArg(format, args);