LLVM: llvm::detail::ErrorHolder Struct Reference (original) (raw)

#include "[llvm/Testing/Support/SupportHelpers.h](SupportHelpers%5F8h%5Fsource.html)"

Inheritance diagram for llvm::detail::ErrorHolder:

[legend]

Public Member Functions
bool Success () const
Public Attributes
std::vector< std::shared_ptr< ErrorInfoBase > > Infos

Detailed Description

Definition at line 25 of file SupportHelpers.h.

Member Function Documentation

Success()

bool llvm::detail::ErrorHolder::Success ( ) const inline

Definition at line 28 of file SupportHelpers.h.

References Infos.

Referenced by llvm::detail::ErrorMatchesMono< InfoT >::MatchAndExplain(), llvm::detail::ValueMatchesMono< T >::MatchAndExplain(), and llvm::detail::PrintTo().

Member Data Documentation

Infos

std::vector<std::shared_ptr<ErrorInfoBase> > llvm::detail::ErrorHolder::Infos

Definition at line 26 of file SupportHelpers.h.

Referenced by llvm::detail::ErrorMatchesMono< InfoT >::MatchAndExplain(), llvm::detail::ErrorMessageMatches::MatchAndExplain(), and Success().


The documentation for this struct was generated from the following file: