Home
last modified time | relevance | path

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

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