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, C)) in escape()
96 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; in apply() local97 auto FirstMeta = Original.find_first_of(RegexMetachars); in apply()