Searched defs:StringError (Results 1 – 2 of 2) sorted by relevance
116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError119 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
419 StringError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in StringError() function