Lines Matching refs:PythonException
64 return llvm::make_error<PythonException>(); in As()
378 return llvm::make_error<PythonException>(); in FromUTF8()
1015 const char *PythonException::toCString() const { in toCString()
1021 PythonException::PythonException(const char *caller) { in PythonException() function in PythonException
1045 void PythonException::Restore() { in Restore()
1054 PythonException::~PythonException() { in ~PythonException()
1061 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()
1063 std::error_code PythonException::convertToErrorCode() const { in convertToErrorCode()
1067 bool PythonException::Matches(PyObject *exc) const { in Matches()
1084 std::string PythonException::ReadBacktrace() const { in ReadBacktrace()
1105 char PythonException::ID = 0;
1222 return llvm::make_error<PythonException>(); in Create()
1307 return Status(llvm::make_error<PythonException>()); in Write()