Searched refs:RegexMetachars (Results 1 – 2 of 2) sorted by relevance
210 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; variable216 return Str.find_first_of(RegexMetachars) == StringRef::npos; in isLiteralERE()222 if (strchr(RegexMetachars, String[i])) in escape()
97 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; in apply() local98 auto FirstMeta = Original.find_first_of(RegexMetachars); in apply()