Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp492 bool InCharacterClass = false; in tryParseJSRegexLiteral() local
504 InCharacterClass = true; in tryParseJSRegexLiteral()
507 InCharacterClass = false; in tryParseJSRegexLiteral()
510 if (!InCharacterClass) in tryParseJSRegexLiteral()