Searched refs:RegexMetachars (Results 1 – 3 of 3) sorted by relevance
230 static const char RegexMetachars[] = "()^$|*+?.[]\\{}";236 return Str.find_first_of(RegexMetachars) == StringRef::npos;242 if (strchr(RegexMetachars, C))207 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; global() variable
158 static StringLiteral RegexMetachars = "()^$|+.[]\\{}"; variable187 if (RegexMetachars.contains(C)) in createRegexFromGlob()
98 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; in apply() local99 auto FirstMeta = Original.find_first_of(RegexMetachars); in apply()