Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h78 void tryParseJSRegexLiteral();
H A DFormatTokenLexer.cpp85 tryParseJSRegexLiteral(); in lex()
640 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral() function in clang::format::FormatTokenLexer