Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp493 bool HaveClosingSlash = false; in tryParseJSRegexLiteral() local
494 for (; !HaveClosingSlash && Offset != Buffer.end(); ++Offset) { in tryParseJSRegexLiteral()
511 HaveClosingSlash = true; in tryParseJSRegexLiteral()