class GlobPattern
Declaration
class GlobPattern { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/GlobPattern.h:29
Method Overview
- public static Expected<llvm::GlobPattern> create(llvm::StringRef Pat)
- public bool match(llvm::StringRef S) const
Methods
¶static Expected<llvm::GlobPattern> create(
llvm::StringRef Pat)
static Expected<llvm::GlobPattern> create(
llvm::StringRef Pat)
Declared at: llvm/include/llvm/Support/GlobPattern.h:31
Parameters
- llvm::StringRef Pat
¶bool match(llvm::StringRef S) const
bool match(llvm::StringRef S) const
Declared at: llvm/include/llvm/Support/GlobPattern.h:32