LLVM API Documentation

llvm::Regex Member List
This is the complete list of members for llvm::Regex, including all inherited members.
BasicRegex enum valuellvm::Regex
escape(StringRef String)llvm::Regex [static]
getNumMatches() const llvm::Regex
IgnoreCase enum valuellvm::Regex
isLiteralERE(StringRef Str)llvm::Regex [static]
isValid(std::string &Error)llvm::Regex
match(StringRef String, SmallVectorImpl< StringRef > *Matches=nullptr)llvm::Regex
Newline enum valuellvm::Regex
NoFlags enum valuellvm::Regex
operator=(Regex regex)llvm::Regex [inline]
Regex(StringRef Regex, unsigned Flags=NoFlags)llvm::Regex
Regex(const Regex &) LLVM_DELETED_FUNCTIONllvm::Regex
Regex(Regex &&regex)llvm::Regex [inline]
sub(StringRef Repl, StringRef String, std::string *Error=nullptr)llvm::Regex
~Regex()llvm::Regex