Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h127 void resetLexer(unsigned Offset);
H A DFormatTokenLexer.cpp555 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