Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatTokenLexer.h48 bool canPrecedeRegexLiteral(FormatToken *Prev);
DFormatTokenLexer.cpp153 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral() function in clang::format::FormatTokenLexer
191 if (!canPrecedeRegexLiteral(Prev)) in tryParseJSRegexLiteral()