|
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 159 of file SpecialCaseList.h.
|
inline |
Definition at line 160 of file SpecialCaseList.h.
References LineNo, llvm::move(), Name, and Pattern.
| unsigned llvm::SpecialCaseList::GlobMatcher::Glob::LineNo |
Definition at line 163 of file SpecialCaseList.h.
Referenced by Glob().
| StringRef llvm::SpecialCaseList::GlobMatcher::Glob::Name |
Definition at line 162 of file SpecialCaseList.h.
Referenced by Glob().
| GlobPattern llvm::SpecialCaseList::GlobMatcher::Glob::Pattern |
Definition at line 164 of file SpecialCaseList.h.
Referenced by Glob().