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

Declarations

tools/lldb/include/lldb/Interpreter/CommandReturnObject.h
  107   void AppendRawError(llvm::StringRef in_string);

References

tools/lldb/source/Commands/CommandObjectMultiword.cpp
  147   result.AppendRawError(error_msg.c_str());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 3034         result.AppendRawError(error_msg.GetString());