LLVM 20.0.0git
|
#include "FileCheck/FileCheckImpl.h"
Public Member Functions | |
MatchResult (size_t MatchPos, size_t MatchLen, Error E) | |
MatchResult (Match M, Error E) | |
MatchResult (Error E) | |
Public Attributes | |
std::optional< Match > | TheMatch |
Error | TheError |
Definition at line 689 of file FileCheckImpl.h.
|
inline |
Definition at line 692 of file FileCheckImpl.h.
Definition at line 694 of file FileCheckImpl.h.
|
inline |
Definition at line 695 of file FileCheckImpl.h.
Error llvm::Pattern::MatchResult::TheError |
Definition at line 691 of file FileCheckImpl.h.
Referenced by llvm::FileCheckString::CheckDag(), printMatch(), and reportMatchResult().
std::optional<Match> llvm::Pattern::MatchResult::TheMatch |
Definition at line 690 of file FileCheckImpl.h.
Referenced by llvm::FileCheckString::Check(), llvm::FileCheckString::CheckDag(), printMatch(), and reportMatchResult().