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

Methods

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)

Declared at: llvm/lib/FileCheck/FileCheckImpl.h:743

Parameters

llvm::Pattern::Match M
llvm::Error E

MatchResult(llvm::Error E)

Declared at: llvm/lib/FileCheck/FileCheckImpl.h:744

Parameters

llvm::Error E