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