Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h72 bool canPrecedeRegexLiteral(FormatToken *Prev);
H A DFormatTokenLexer.cpp615 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral() function in clang::format::FormatTokenLexer
655 if (!canPrecedeRegexLiteral(Prev)) in tryParseJSRegexLiteral()