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