Home
last modified time | relevance | path

Searched refs:RegexAdvancedMetachars (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTrigramIndex.cpp23 static const char RegexAdvancedMetachars[] = "()^$|+?[]\\{}"; variable
26 return strchr(RegexAdvancedMetachars, Char) != nullptr; in isAdvancedMetachar()