Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatTokenLexer.cpp198 bool InCharacterClass = false; in tryParseJSRegexLiteral() local
210 InCharacterClass = true; in tryParseJSRegexLiteral()
213 InCharacterClass = false; in tryParseJSRegexLiteral()
216 if (!InCharacterClass) in tryParseJSRegexLiteral()