HomeSort by relevance Sort by last modified time
    Searched defs:AppendWarning (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Interpreter/
CommandReturnObject.cpp 115 CommandReturnObject::AppendWarning (const char *in_string)
122 // Similar to AppendWarning, but do not prepend 'warning: ' to message, and
  /external/lldb/source/API/
SBCommandReturnObject.cpp 196 SBCommandReturnObject::AppendWarning (const char *message)
199 m_opaque_ap->AppendWarning (message);

Completed in 40 milliseconds