LLVM API Documentation
This is the complete list of members for llvm::Regex, including all inherited members.
BasicRegex enum value | llvm::Regex | |
getNumMatches() const | llvm::Regex | |
IgnoreCase enum value | llvm::Regex | |
isLiteralERE(StringRef Str) | llvm::Regex | static |
isValid(std::string &Error) | llvm::Regex | |
match(StringRef String, SmallVectorImpl< StringRef > *Matches=0) | llvm::Regex | |
Newline enum value | llvm::Regex | |
NoFlags enum value | llvm::Regex | |
Regex(StringRef Regex, unsigned Flags=NoFlags) | llvm::Regex | |
sub(StringRef Repl, StringRef String, std::string *Error=0) | llvm::Regex | |
~Regex() | llvm::Regex |