LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SpecialCaseList::Matcher::Glob Struct Reference

#include "llvm/Support/SpecialCaseList.h"

Public Member Functions

 Glob (Glob &&)=delete
 
 Glob ()=default
 

Public Attributes

std::string Name
 
unsigned LineNo
 
GlobPattern Pattern
 

Detailed Description

Definition at line 130 of file SpecialCaseList.h.

Constructor & Destructor Documentation

◆ Glob() [1/2]

llvm::SpecialCaseList::Matcher::Glob::Glob ( Glob &&  )
delete

◆ Glob() [2/2]

llvm::SpecialCaseList::Matcher::Glob::Glob ( )
default

Member Data Documentation

◆ LineNo

unsigned llvm::SpecialCaseList::Matcher::Glob::LineNo

◆ Name

std::string llvm::SpecialCaseList::Matcher::Glob::Name

Definition at line 131 of file SpecialCaseList.h.

Referenced by llvm::SpecialCaseList::Matcher::insert().

◆ Pattern

GlobPattern llvm::SpecialCaseList::Matcher::Glob::Pattern

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