struct Pattern::MatchResult
Declaration
struct Pattern::MatchResult { /* full declaration omitted */ };
Declared at: llvm/lib/FileCheck/FileCheckImpl.h:738
Member Variables
- public Optional<llvm::Pattern::Match> TheMatch
- public llvm::Error TheError
Method Overview
- public MatchResult(size_t MatchPos, size_t MatchLen, llvm::Error E)
- public MatchResult(llvm::Pattern::Match M, llvm::Error E)
- public MatchResult(llvm::Error E)
Methods
¶MatchResult(size_t MatchPos,
size_t MatchLen,
llvm::Error E)
MatchResult(size_t MatchPos,
size_t MatchLen,
llvm::Error E)
Declared at: llvm/lib/FileCheck/FileCheckImpl.h:741
Parameters
- size_t MatchPos
- size_t MatchLen
- llvm::Error E
¶MatchResult(llvm::Pattern::Match M, llvm::Error E)
MatchResult(llvm::Pattern::Match M, llvm::Error E)
Declared at: llvm/lib/FileCheck/FileCheckImpl.h:743
Parameters
¶MatchResult(llvm::Error E)
MatchResult(llvm::Error E)
Declared at: llvm/lib/FileCheck/FileCheckImpl.h:744