LLVM 19.0.0git
Public Attributes | List of all members
llvm::Pattern::Match Struct Reference

#include "FileCheck/FileCheckImpl.h"

Public Attributes

size_t Pos
 
size_t Len
 

Detailed Description

Definition at line 685 of file FileCheckImpl.h.

Member Data Documentation

◆ Len

size_t llvm::Pattern::Match::Len

Definition at line 687 of file FileCheckImpl.h.

Referenced by llvm::Pattern::match().

◆ Pos

size_t llvm::Pattern::Match::Pos

Definition at line 686 of file FileCheckImpl.h.

Referenced by llvm::Pattern::match().


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