Home
last modified time | relevance | path

Searched defs:RegexMetachars (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DRegex.cpp230 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; variable
/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp158 static StringLiteral RegexMetachars = "()^$|+.[]\\{}"; global() variable
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp98 static const char RegexMetachars[] = "()^$|*+?.[]\\{}"; apply() local