Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp523 bool InCharacterClass = false; in tryParseJSRegexLiteral() local
535 InCharacterClass = true; in tryParseJSRegexLiteral()
538 InCharacterClass = false; in tryParseJSRegexLiteral()
541 if (!InCharacterClass) in tryParseJSRegexLiteral()