LLVM 22.0.0git
|
#include "llvm/Support/SpecialCaseList.h"
Public Member Functions | |
Glob (StringRef Name, unsigned LineNo, GlobPattern &&Pattern) |
Public Attributes | |
StringRef | Name |
unsigned | LineNo |
GlobPattern | Pattern |
Definition at line 151 of file SpecialCaseList.h.
|
inline |
Definition at line 152 of file SpecialCaseList.h.
References LineNo, llvm::move(), Name, and Pattern.
unsigned llvm::SpecialCaseList::GlobMatcher::Glob::LineNo |
Definition at line 155 of file SpecialCaseList.h.
Referenced by Glob().
StringRef llvm::SpecialCaseList::GlobMatcher::Glob::Name |
Definition at line 154 of file SpecialCaseList.h.
Referenced by Glob().
GlobPattern llvm::SpecialCaseList::GlobMatcher::Glob::Pattern |
Definition at line 156 of file SpecialCaseList.h.
Referenced by Glob().