LLVM 20.0.0git
|
#include "llvm/Testing/Support/SupportHelpers.h"
Public Member Functions | |
ExpectedHolder (ErrorHolder Err, Expected< T > &Exp) | |
Public Member Functions inherited from llvm::detail::ErrorHolder | |
bool | Success () const |
Public Attributes | |
Expected< T > & | Exp |
Public Attributes inherited from llvm::detail::ErrorHolder | |
std::vector< std::shared_ptr< ErrorInfoBase > > | Infos |
Definition at line 31 of file SupportHelpers.h.
|
inline |
Definition at line 32 of file SupportHelpers.h.
Expected<T>& llvm::detail::ExpectedHolder< T >::Exp |
Definition at line 35 of file SupportHelpers.h.
Referenced by llvm::detail::ValueMatchesMono< T >::MatchAndExplain(), and llvm::detail::PrintTo().