Searched refs:canPrecedeRegexLiteral (Results 1 – 2 of 2) sorted by relevance
48 bool canPrecedeRegexLiteral(FormatToken *Prev);
153 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral() function in clang::format::FormatTokenLexer191 if (!canPrecedeRegexLiteral(Prev)) in tryParseJSRegexLiteral()