Searched refs:fallback_error_cstr (Results 1 – 2 of 2) sorted by relevance
347 const char *fallback_error_cstr) { in SetError() argument348 LLDB_INSTRUMENT_VA(this, error, fallback_error_cstr); in SetError()352 else if (fallback_error_cstr) in SetError()353 ref().SetError(Status::FromErrorString(fallback_error_cstr)); in SetError()
135 const char *fallback_error_cstr = nullptr);