Searched refs:resetLexer (Results 1 – 2 of 2) sorted by relevance
127 void resetLexer(unsigned Offset);
555 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()617 resetLexer(SourceMgr.getFileOffset(loc)); in handleCSharpVerbatimAndInterpolatedStrings()684 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()705 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()918 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in getNextToken()1074 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer