Searched refs:resetLexer (Results 1 – 2 of 2) sorted by relevance
91 void resetLexer(unsigned Offset);
228 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()265 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1))); in tryParseTemplateString()587 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer