Home
last modified time | relevance | path

Searched refs:OptionParseError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp32 class OptionParseError class
33 : public llvm::ErrorInfo<OptionParseError, DiagnosticError> {
37 using llvm::ErrorInfo<OptionParseError, DiagnosticError>::ErrorInfo;
38 OptionParseError(DiagnosticDetail detail) in OptionParseError() function in lldb_private::OptionParseError
41 OptionParseError(const Args::ArgEntry &arg, std::string msg) in OptionParseError() function in lldb_private::OptionParseError
51 return std::make_unique<OptionParseError>(m_details[0]); in Clone()
59 char OptionParseError::ID;
1311 error = Status::FromError(llvm::make_error<OptionParseError>( in Parse()