LLVM API Documentation
#include "llvm/Support/Regex.h"#include "regex_impl.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <string>
Go to the source code of this file.
Variables | |
| static const char | RegexMetachars [] = "()^$|*+?.[]\\{}" |
const char RegexMetachars[] = "()^$|*+?.[]\\{}" [static] |
Definition at line 175 of file Regex.cpp.
Referenced by llvm::Regex::escape(), and llvm::Regex::isLiteralERE().