Lines Matching refs:PythonException
64 return llvm::make_error<PythonException>(); in As()
378 return llvm::make_error<PythonException>(); in FromUTF8()
917 const char *PythonException::toCString() const { in toCString()
923 PythonException::PythonException(const char *caller) { in PythonException() function in PythonException
947 void PythonException::Restore() { in Restore()
956 PythonException::~PythonException() { in ~PythonException()
963 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()
965 std::error_code PythonException::convertToErrorCode() const { in convertToErrorCode()
969 bool PythonException::Matches(PyObject *exc) const { in Matches()
986 std::string PythonException::ReadBacktrace() const { in ReadBacktrace()
1007 char PythonException::ID = 0;
1119 return llvm::make_error<PythonException>(); in Create()
1204 return Status(llvm::make_error<PythonException>()); in Write()