Lines Matching refs:PythonException
65 return llvm::make_error<PythonException>(); in As()
388 return llvm::make_error<PythonException>(); in FromUTF8()
956 const char *PythonException::toCString() const { in toCString()
962 PythonException::PythonException(const char *caller) { in PythonException() function in PythonException
986 void PythonException::Restore() { in Restore()
995 PythonException::~PythonException() { in ~PythonException()
1002 void PythonException::log(llvm::raw_ostream &OS) const { OS << toCString(); } in log()
1004 std::error_code PythonException::convertToErrorCode() const { in convertToErrorCode()
1008 bool PythonException::Matches(PyObject *exc) const { in Matches()
1025 std::string PythonException::ReadBacktrace() const { in ReadBacktrace()
1046 char PythonException::ID = 0;
1158 return llvm::make_error<PythonException>(); in Create()
1243 return Status(llvm::make_error<PythonException>()); in Write()