LLVM
15.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 | |
Optional< Match > | TheMatch |
Error | TheError |
Definition at line 738 of file FileCheckImpl.h.
Definition at line 741 of file FileCheckImpl.h.
Definition at line 743 of file FileCheckImpl.h.
References M.
|
inline |
Definition at line 744 of file FileCheckImpl.h.
Error llvm::Pattern::MatchResult::TheError |
Definition at line 740 of file FileCheckImpl.h.
Definition at line 739 of file FileCheckImpl.h.