LLVM 22.0.0git
llvm::SpecialCaseList::GlobMatcher::Glob Struct Reference

#include "llvm/Support/SpecialCaseList.h"

Public Member Functions

 Glob (StringRef Name, unsigned LineNo, GlobPattern &&Pattern)

Public Attributes

StringRef Name
unsigned LineNo
GlobPattern Pattern

Detailed Description

Definition at line 151 of file SpecialCaseList.h.

Constructor & Destructor Documentation

◆ Glob()

llvm::SpecialCaseList::GlobMatcher::Glob::Glob ( StringRef Name,
unsigned LineNo,
GlobPattern && Pattern )
inline

Definition at line 152 of file SpecialCaseList.h.

References LineNo, llvm::move(), Name, and Pattern.

Member Data Documentation

◆ LineNo

unsigned llvm::SpecialCaseList::GlobMatcher::Glob::LineNo

Definition at line 155 of file SpecialCaseList.h.

Referenced by Glob().

◆ Name

StringRef llvm::SpecialCaseList::GlobMatcher::Glob::Name

Definition at line 154 of file SpecialCaseList.h.

Referenced by Glob().

◆ Pattern

GlobPattern llvm::SpecialCaseList::GlobMatcher::Glob::Pattern

Definition at line 156 of file SpecialCaseList.h.

Referenced by Glob().


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