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