Searched refs:UnsupportedURI (Results 1 – 4 of 4) sorted by relevance
17 char UnsupportedURI::ID;35 UnsupportedURI::UnsupportedURI(std::string uri) : m_uri(uri) {} in UnsupportedURI() function in lldb_private::mcp::UnsupportedURI37 void UnsupportedURI::log(llvm::raw_ostream &OS) const { in log()41 std::error_code UnsupportedURI::convertToErrorCode() const { in convertToErrorCode()
37 class UnsupportedURI : public llvm::ErrorInfo<UnsupportedURI> {41 UnsupportedURI(std::string uri);
64 return llvm::make_error<UnsupportedURI>(uri.str()); in createUnsupportedURIError()
395 if (result.errorIsA<UnsupportedURI>()) { in ResourcesReadHandler()